Skip to content

Commit 0ef117f

Browse files
committed
Upgrade to Tomcat 8.5.24 and Jetty 9.4.8
1 parent fda0885 commit 0ef117f

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
@@ -46,7 +46,7 @@ configure(allprojects) { project ->
4646
ext.groovyVersion = "2.4.13"
4747
ext.hsqldbVersion = "2.4.0"
4848
ext.jackson2Version = "2.9.2"
49-
ext.jettyVersion = "9.4.7.v20170914"
49+
ext.jettyVersion = "9.4.8.v20171121"
5050
ext.junitJupiterVersion = "5.0.2"
5151
ext.junitPlatformVersion = "1.0.2"
5252
ext.junitVintageVersion = "4.12.2"
@@ -59,7 +59,7 @@ configure(allprojects) { project ->
5959
ext.rxjava2Version = "2.1.7"
6060
ext.slf4jVersion = "1.7.25"
6161
ext.tiles3Version = "3.0.8"
62-
ext.tomcatVersion = "8.5.23"
62+
ext.tomcatVersion = "8.5.24"
6363
ext.undertowVersion = "1.4.21.Final"
6464

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

0 commit comments

Comments
 (0)