Skip to content

Commit 9d944fb

Browse files
committed
Upgrade to Guava 19.0 and Undertow 1.3.10
1 parent 0968e47 commit 9d944fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ configure(allprojects) { project ->
3737
ext.freemarkerVersion = "2.3.23"
3838
ext.groovyVersion = "2.4.5"
3939
ext.gsonVersion = "2.5"
40-
ext.guavaVersion = "18.0"
40+
ext.guavaVersion = "19.0"
4141
ext.hamcrestVersion = "1.3"
4242
ext.hibernate3Version = "3.6.10.Final"
4343
ext.hibernate4Version = "4.3.11.Final"
@@ -74,7 +74,7 @@ configure(allprojects) { project ->
7474
ext.tiles3Version = "3.0.5"
7575
ext.tomcatVersion = "8.0.30"
7676
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
77-
ext.undertowVersion = "1.3.9.Final"
77+
ext.undertowVersion = "1.3.10.Final"
7878
ext.woodstoxVersion = "5.0.1"
7979
ext.xmlunitVersion = "1.6"
8080
ext.xstreamVersion = "1.4.8"

0 commit comments

Comments
 (0)