We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ded1d commit b6cae21Copy full SHA for b6cae21
build.gradle
@@ -56,7 +56,7 @@ configure(allprojects) { project ->
56
ext.junitPlatformVersion = '1.0.0-RC3'
57
ext.junitVintageVersion = "4.12.0-RC3"
58
ext.kotlinVersion = '1.1.4-3'
59
- ext.log4jVersion = '2.8.2'
+ ext.log4jVersion = '2.9.0'
60
ext.nettyVersion = "4.1.15.Final"
61
ext.okhttp3Version = "3.8.1"
62
ext.reactorVersion = "Bismuth-BUILD-SNAPSHOT"
@@ -66,7 +66,7 @@ configure(allprojects) { project ->
66
ext.slf4jVersion = "1.7.25"
67
ext.tiles3Version = "3.0.7"
68
ext.tomcatVersion = "8.5.20"
69
- ext.undertowVersion = "1.4.19.Final"
+ ext.undertowVersion = "1.4.20.Final"
70
71
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"
72
0 commit comments