Skip to content

Commit b6cae21

Browse files
committedSep 1, 2017
Upgrade to Log4J 2.9 (and Undertow 1.4.20)
1 parent 97ded1d commit b6cae21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ configure(allprojects) { project ->
5656
ext.junitPlatformVersion = '1.0.0-RC3'
5757
ext.junitVintageVersion = "4.12.0-RC3"
5858
ext.kotlinVersion = '1.1.4-3'
59-
ext.log4jVersion = '2.8.2'
59+
ext.log4jVersion = '2.9.0'
6060
ext.nettyVersion = "4.1.15.Final"
6161
ext.okhttp3Version = "3.8.1"
6262
ext.reactorVersion = "Bismuth-BUILD-SNAPSHOT"
@@ -66,7 +66,7 @@ configure(allprojects) { project ->
6666
ext.slf4jVersion = "1.7.25"
6767
ext.tiles3Version = "3.0.7"
6868
ext.tomcatVersion = "8.5.20"
69-
ext.undertowVersion = "1.4.19.Final"
69+
ext.undertowVersion = "1.4.20.Final"
7070

7171
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"
7272

0 commit comments

Comments
 (0)
Please sign in to comment.