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 9f03d15 commit cdd0456Copy full SHA for cdd0456
build.gradle
@@ -36,15 +36,15 @@ ext {
36
jettyVersion = "9.4.14.v20181114"
37
junit5Version = "5.3.2"
38
kotlinVersion = "1.2.71"
39
- log4jVersion = "2.11.1"
+ log4jVersion = "2.11.2"
40
nettyVersion = "4.1.33.Final"
41
reactorVersion = "Californium-BUILD-SNAPSHOT"
42
rxjavaVersion = "1.3.8"
43
rxjavaAdapterVersion = "1.2.1"
44
rxjava2Version = "2.2.6"
45
slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
46
tiles3Version = "3.0.8"
47
- tomcatVersion = "9.0.14"
+ tomcatVersion = "9.0.16"
48
undertowVersion = "2.0.17.Final"
49
50
gradleScriptDir = "${rootProject.projectDir}/gradle"
0 commit comments