Skip to content

Commit 42bf007

Browse files
committed
Latest dependency updates (Joda-Time 2.9.4, Jetty 9.3.9, Netty 4.1 GA, Tomcat 8.5.2)
1 parent 03affa0 commit 42bf007

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ configure(allprojects) { project ->
5555
ext.jackson2Version = "2.7.4"
5656
ext.jasperreportsVersion = "6.2.1"
5757
ext.javamailVersion = "1.5.5"
58-
ext.jettyVersion = "9.3.8.v20160314"
59-
ext.jodaVersion = "2.9.3"
58+
ext.jettyVersion = "9.3.9.v20160517"
59+
ext.jodaVersion = "2.9.4"
6060
ext.jrubyVersion = "1.7.25" // JRuby 9000 only supported through JSR-223 (StandardScriptFactory)
6161
ext.jtaVersion = "1.2"
6262
ext.junitVersion = "4.12"
63-
ext.nettyVersion = "4.1.0.CR7"
63+
ext.nettyVersion = "4.1.0.Final"
6464
ext.okhttpVersion = "2.7.5"
6565
ext.okhttp3Version = "3.2.0"
6666
ext.openjpaVersion = "2.4.1"
@@ -73,7 +73,7 @@ configure(allprojects) { project ->
7373
ext.testngVersion = "6.9.10"
7474
ext.tiles2Version = "2.2.2"
7575
ext.tiles3Version = "3.0.5"
76-
ext.tomcatVersion = "8.0.33"
76+
ext.tomcatVersion = "8.5.2"
7777
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
7878
ext.undertowVersion = "1.3.22.Final"
7979
ext.xmlunitVersion = "1.6"

0 commit comments

Comments
 (0)