Upgrade to Guava 19.0 and Undertow 1.3.10

This commit is contained in:
Juergen Hoeller 2015-12-11 21:57:28 +01:00
parent 0968e47b04
commit 9d944fbe7f
1 changed files with 2 additions and 2 deletions

View File

@ -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"