diff --git a/build.gradle b/build.gradle index 69cbc8a183d..72684478019 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ configure(allprojects) { project -> ext.hamcrestVersion = "1.3" ext.hibernate3Version = "3.6.10.Final" ext.hibernate4Version = "4.3.11.Final" - ext.hibernate5Version = "5.0.6.Final" + ext.hibernate5Version = "5.0.7.Final" ext.hibval4Version = "4.3.2.Final" ext.hibval5Version = "5.2.2.Final" ext.hsqldbVersion = "2.3.3" @@ -52,7 +52,7 @@ configure(allprojects) { project -> ext.jackson2Version = "2.7.0" ext.jasperreportsVersion = "6.2.0" ext.javamailVersion = "1.5.5" - ext.jettyVersion = "9.3.6.v20151106" + ext.jettyVersion = "9.3.7.v20160115" ext.jodaVersion = "2.9.1" ext.jrubyVersion = "1.7.23" // JRuby 9000 only supported through JSR-223 (StandardScriptFactory) ext.jsonassertVersion = "1.2.3" @@ -67,7 +67,7 @@ configure(allprojects) { project -> ext.reactorVersion = "2.0.7.RELEASE" ext.romeVersion = "1.5.1" ext.seleniumVersion = "2.48.2" - ext.slf4jVersion = "1.7.13" + ext.slf4jVersion = "1.7.14" ext.snakeyamlVersion = "1.16" ext.snifferVersion = "1.14" ext.testngVersion = "6.9.10" @@ -75,7 +75,7 @@ configure(allprojects) { project -> ext.tiles3Version = "3.0.5" ext.tomcatVersion = "8.0.30" ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support - ext.undertowVersion = "1.3.12.Final" + ext.undertowVersion = "1.3.14.Final" ext.woodstoxVersion = "5.0.1" ext.xmlunitVersion = "1.6" ext.xstreamVersion = "1.4.8"