Skip to content

Commit cdd0456

Browse files
committed
Upgrade to Tomcat 9.0.16 and Log4J 2.11.2
1 parent 9f03d15 commit cdd0456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ ext {
3636
jettyVersion = "9.4.14.v20181114"
3737
junit5Version = "5.3.2"
3838
kotlinVersion = "1.2.71"
39-
log4jVersion = "2.11.1"
39+
log4jVersion = "2.11.2"
4040
nettyVersion = "4.1.33.Final"
4141
reactorVersion = "Californium-BUILD-SNAPSHOT"
4242
rxjavaVersion = "1.3.8"
4343
rxjavaAdapterVersion = "1.2.1"
4444
rxjava2Version = "2.2.6"
4545
slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
4646
tiles3Version = "3.0.8"
47-
tomcatVersion = "9.0.14"
47+
tomcatVersion = "9.0.16"
4848
undertowVersion = "2.0.17.Final"
4949

5050
gradleScriptDir = "${rootProject.projectDir}/gradle"

0 commit comments

Comments
 (0)