Skip to content

Commit 7f9975e

Browse files
committed
Latest dependency updates (Jetty 9.2.10, Netty 4.0.26, Undertow 1.1.3)
1 parent 162ee36 commit 7f9975e

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
@@ -44,11 +44,11 @@ configure(allprojects) { project ->
4444
ext.httpasyncVersion = "4.0.2"
4545
ext.jackson2Version = "2.5.1"
4646
ext.jasperreportsVersion = "6.0.3"
47-
ext.jettyVersion = "9.2.9.v20150224"
47+
ext.jettyVersion = "9.2.10.v20150310"
4848
ext.jodaVersion = "2.7"
4949
ext.jtaVersion = "1.2"
5050
ext.junitVersion = "4.12"
51-
ext.nettyVersion = "4.0.25.Final"
51+
ext.nettyVersion = "4.0.26.Final"
5252
ext.openjpaVersion = "2.2.2" // 2.3.0 not Java 8 compatible (based on ASM 4)
5353
ext.protobufVersion = "2.6.1"
5454
ext.reactorVersion = "1.1.5.RELEASE"
@@ -60,7 +60,7 @@ configure(allprojects) { project ->
6060
ext.tiles3Version = "3.0.5"
6161
ext.tomcatVersion = "8.0.20"
6262
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
63-
ext.undertowVersion = "1.1.2.Final"
63+
ext.undertowVersion = "1.1.3.Final"
6464
ext.woodstoxVersion = "4.4.1"
6565
ext.xmlunitVersion = "1.6"
6666
ext.xstreamVersion = "1.4.8"

0 commit comments

Comments
 (0)