From 9d944fbe7fa2ddb624203aab1ed93580cd418a57 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Fri, 11 Dec 2015 21:57:28 +0100 Subject: [PATCH] Upgrade to Guava 19.0 and Undertow 1.3.10 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 214f6f6d8a..356e6aacbb 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ configure(allprojects) { project -> ext.freemarkerVersion = "2.3.23" ext.groovyVersion = "2.4.5" ext.gsonVersion = "2.5" - ext.guavaVersion = "18.0" + ext.guavaVersion = "19.0" ext.hamcrestVersion = "1.3" ext.hibernate3Version = "3.6.10.Final" ext.hibernate4Version = "4.3.11.Final" @@ -74,7 +74,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.9.Final" + ext.undertowVersion = "1.3.10.Final" ext.woodstoxVersion = "5.0.1" ext.xmlunitVersion = "1.6" ext.xstreamVersion = "1.4.8"