Upgrade to Tomcat 8.5.38 and Log4J 2.11.2

This commit is contained in:
Juergen Hoeller
2019-02-11 12:07:06 +01:00
parent e7dbae84a5
commit ddb5b4a8c5

View File

@@ -46,7 +46,7 @@ ext {
junitPlatformVersion = "1.0.3"
junitVintageVersion = "4.12.3"
kotlinVersion = "1.2.71"
log4jVersion = "2.11.1"
log4jVersion = "2.11.2"
nettyVersion = "4.1.33.Final"
reactorVersion = "Bismuth-SR15"
rxjavaVersion = "1.3.8"
@@ -54,7 +54,7 @@ ext {
rxjava2Version = "2.1.17"
slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
tiles3Version = "3.0.8"
tomcatVersion = "8.5.37"
tomcatVersion = "8.5.38"
undertowVersion = "1.4.27.Final"
gradleScriptDir = "${rootProject.projectDir}/gradle"