diff --git a/build.gradle b/build.gradle index f4171e56372..a20ef4586b2 100644 --- a/build.gradle +++ b/build.gradle @@ -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"