Skip to content

Commit 80d42f1

Browse files
committed
Latest dependency updates (Tomcat 8.0.20, XStream 1.4.8, EhCache 2.9.1, EhCache-JCache 1.0.1)
1 parent 7596763 commit 80d42f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ configure(allprojects) { project ->
2929

3030
ext.aspectjVersion = "1.8.5"
3131
ext.eclipseLinkVersion = "2.4.2"
32-
ext.ehcacheVersion = "2.9.0"
33-
ext.ehcacheJCacheVersion = "1.0.0"
32+
ext.ehcacheVersion = "2.9.1"
33+
ext.ehcacheJCacheVersion = "1.0.1"
3434
ext.groovyVersion = "2.4.1"
3535
ext.gsonVersion = "2.3.1"
3636
ext.hibernate3Version = "3.6.10.Final"
@@ -53,11 +53,11 @@ configure(allprojects) { project ->
5353
ext.snifferVersion = "1.11"
5454
ext.tiles2Version = "2.2.2"
5555
ext.tiles3Version = "3.0.5"
56-
ext.tomcatVersion = "8.0.18"
56+
ext.tomcatVersion = "8.0.20"
5757
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
5858
ext.undertowVersion = "1.1.2.Final"
5959
ext.woodstoxVersion = "4.4.1"
60-
ext.xstreamVersion = "1.4.7"
60+
ext.xstreamVersion = "1.4.8"
6161

6262
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"
6363

0 commit comments

Comments
 (0)