From cc0a4c1ea040b5601acb8408bd83ead9fafdab3b Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Fri, 17 Jul 2015 15:25:51 +0200 Subject: [PATCH] Upgrade to Jetty 9.3.1 and Undertow 1.2.9 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index f514459d1e..48e1278b03 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ configure(allprojects) { project -> ext.jackson2Version = "2.6.0-rc4" // to be upgraded to 2.6 final in time for Spring Framework 4.2 GA ext.jasperreportsVersion = "6.1.0" ext.javamailVersion = "1.5.4" - ext.jettyVersion = "9.3.0.v20150612" + ext.jettyVersion = "9.3.1.v20150714" ext.jodaVersion = "2.8.1" ext.jrubyVersion = "1.7.21" ext.jtaVersion = "1.2" @@ -64,7 +64,7 @@ configure(allprojects) { project -> ext.tiles3Version = "3.0.5" ext.tomcatVersion = "8.0.24" ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support - ext.undertowVersion = "1.2.8.Final" + ext.undertowVersion = "1.2.9.Final" ext.woodstoxVersion = "5.0.1" ext.xmlunitVersion = "1.6" ext.xstreamVersion = "1.4.8"