Skip to content

Commit b5bb26b

Browse files
committed
Latest dependency updates (Jetty 9.2.11, Tomcat 8.0.23)
1 parent ae3cc67 commit b5bb26b

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
@@ -40,7 +40,7 @@ configure(allprojects) { project ->
4040
ext.hsqldbVersion = "2.3.2"
4141
ext.jackson2Version = "2.4.6"
4242
ext.jasperReportsVersion = "6.0.4"
43-
ext.jettyVersion = "9.2.10.v20150310"
43+
ext.jettyVersion = "9.2.11.v20150529"
4444
ext.jodaVersion = "2.7"
4545
ext.junitVersion = "4.12"
4646
ext.nettyVersion = "4.0.28.Final"
@@ -52,7 +52,7 @@ configure(allprojects) { project ->
5252
ext.snifferVersion = "1.11"
5353
ext.tiles2Version = "2.2.2"
5454
ext.tiles3Version = "3.0.5"
55-
ext.tomcatVersion = "8.0.22"
55+
ext.tomcatVersion = "8.0.23"
5656
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
5757
ext.undertowVersion = "1.1.4.Final"
5858
ext.woodstoxVersion = "4.4.1"

0 commit comments

Comments
 (0)