Latest dependency updates (Jetty 9.2.10, Netty 4.0.26, Undertow 1.1.3)

This commit is contained in:
Juergen Hoeller 2015-03-16 21:21:24 +01:00
parent 162ee36700
commit 7f9975e34d
1 changed files with 3 additions and 3 deletions

View File

@ -44,11 +44,11 @@ configure(allprojects) { project ->
ext.httpasyncVersion = "4.0.2"
ext.jackson2Version = "2.5.1"
ext.jasperreportsVersion = "6.0.3"
ext.jettyVersion = "9.2.9.v20150224"
ext.jettyVersion = "9.2.10.v20150310"
ext.jodaVersion = "2.7"
ext.jtaVersion = "1.2"
ext.junitVersion = "4.12"
ext.nettyVersion = "4.0.25.Final"
ext.nettyVersion = "4.0.26.Final"
ext.openjpaVersion = "2.2.2" // 2.3.0 not Java 8 compatible (based on ASM 4)
ext.protobufVersion = "2.6.1"
ext.reactorVersion = "1.1.5.RELEASE"
@ -60,7 +60,7 @@ configure(allprojects) { project ->
ext.tiles3Version = "3.0.5"
ext.tomcatVersion = "8.0.20"
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
ext.undertowVersion = "1.1.2.Final"
ext.undertowVersion = "1.1.3.Final"
ext.woodstoxVersion = "4.4.1"
ext.xmlunitVersion = "1.6"
ext.xstreamVersion = "1.4.8"