Upgrade to JUnit Jupiter 5.3 RC1 (and Jetty 9.4.12 RC1)
Includes Groovy 2.5.2, Undertow 2.0.12, Hibernate Validator 6.0.12. Issue: SPR-17129
This commit is contained in:
12
build.gradle
12
build.gradle
@@ -30,13 +30,13 @@ ext {
|
||||
|
||||
aspectjVersion = "1.9.1"
|
||||
freemarkerVersion = "2.3.28"
|
||||
groovyVersion = "2.5.1"
|
||||
groovyVersion = "2.5.2"
|
||||
hsqldbVersion = "2.4.1"
|
||||
jackson2Version = "2.9.6"
|
||||
jettyVersion = "9.4.11.v20180605"
|
||||
junitPlatformVersion = "1.2.0"
|
||||
junitJupiterVersion = "5.2.0"
|
||||
junitVintageVersion = "5.2.0"
|
||||
jettyVersion = "9.4.12.RC1"
|
||||
junitPlatformVersion = "1.3.0-RC1"
|
||||
junitJupiterVersion = "5.3.0-RC1"
|
||||
junitVintageVersion = "5.3.0-RC1"
|
||||
kotlinVersion = "1.2.60"
|
||||
log4jVersion = "2.11.1"
|
||||
nettyVersion = "4.1.28.Final"
|
||||
@@ -47,7 +47,7 @@ ext {
|
||||
slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
|
||||
tiles3Version = "3.0.8"
|
||||
tomcatVersion = "9.0.10"
|
||||
undertowVersion = "2.0.11.Final"
|
||||
undertowVersion = "2.0.12.Final"
|
||||
|
||||
gradleScriptDir = "${rootProject.projectDir}/gradle"
|
||||
withoutJclOverSlf4J = {
|
||||
|
||||
Reference in New Issue
Block a user