Skip to content

Commit 54c1f40

Browse files
committed
Upgrade to Tomcat 8.5.40, Jetty 9.4.17, Netty 4.1.35
1 parent 486f64f commit 54c1f40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@ ext {
4141
groovyVersion = "2.4.16"
4242
hsqldbVersion = "2.4.1"
4343
jackson2Version = "2.9.8"
44-
jettyVersion = "9.4.15.v20190215"
44+
jettyVersion = "9.4.17.v20190418"
4545
junitJupiterVersion = "5.0.3"
4646
junitPlatformVersion = "1.0.3"
4747
junitVintageVersion = "4.12.3"
4848
kotlinVersion = "1.2.71"
4949
log4jVersion = "2.11.2"
50-
nettyVersion = "4.1.34.Final"
50+
nettyVersion = "4.1.35.Final"
5151
reactorVersion = "Bismuth-SR17"
5252
rxjavaVersion = "1.3.8"
5353
rxjavaAdapterVersion = "1.2.1"
5454
rxjava2Version = "2.1.17"
5555
slf4jVersion = "1.7.26" // spring-jcl + consistent 3rd party deps
5656
tiles3Version = "3.0.8"
57-
tomcatVersion = "8.5.39"
57+
tomcatVersion = "8.5.40"
5858
undertowVersion = "1.4.27.Final"
5959

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

0 commit comments

Comments
 (0)