We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0968e47 commit 9d944fbCopy full SHA for 9d944fb
build.gradle
@@ -37,7 +37,7 @@ configure(allprojects) { project ->
37
ext.freemarkerVersion = "2.3.23"
38
ext.groovyVersion = "2.4.5"
39
ext.gsonVersion = "2.5"
40
- ext.guavaVersion = "18.0"
+ ext.guavaVersion = "19.0"
41
ext.hamcrestVersion = "1.3"
42
ext.hibernate3Version = "3.6.10.Final"
43
ext.hibernate4Version = "4.3.11.Final"
@@ -74,7 +74,7 @@ configure(allprojects) { project ->
74
ext.tiles3Version = "3.0.5"
75
ext.tomcatVersion = "8.0.30"
76
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
77
- ext.undertowVersion = "1.3.9.Final"
+ ext.undertowVersion = "1.3.10.Final"
78
ext.woodstoxVersion = "5.0.1"
79
ext.xmlunitVersion = "1.6"
80
ext.xstreamVersion = "1.4.8"
0 commit comments