Browse Source

Upgrade to JUnit Jupiter 5.4 RC2

Issue: #22308
pull/22334/head
Sam Brannen 7 years ago
parent
commit
5e7065d829
  1. 2
      build.gradle

2
build.gradle

@ -34,7 +34,7 @@ ext { @@ -34,7 +34,7 @@ ext {
hsqldbVersion = "2.4.1"
jackson2Version = "2.9.8"
jettyVersion = "9.4.14.v20181114"
junit5Version = "5.4.0-RC1"
junit5Version = "5.4.0-RC2"
kotlinVersion = "1.3.20"
log4jVersion = "2.11.1"
nettyVersion = "4.1.33.Final"

Loading…
Cancel
Save