Skip to content

Commit 7a5b2e6

Browse files
committed
Latest dependency updates (Tomcat 8.0.20, Jetty 9.2.9, EhCache 2.9.1, EhCache-JCache 1.0.1)
1 parent d7dcf8d commit 7a5b2e6

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.3.10"
3535
ext.gsonVersion = "2.3.1"
3636
ext.hibernate3Version = "3.6.10.Final"
@@ -40,7 +40,7 @@ configure(allprojects) { project ->
4040
ext.hsqldbVersion = "2.3.2"
4141
ext.jackson2Version = "2.4.5"
4242
ext.jasperReportsVersion = "6.0.3"
43-
ext.jettyVersion = "9.2.7.v20150116"
43+
ext.jettyVersion = "9.2.9.v20150224"
4444
ext.jodaVersion = "2.7"
4545
ext.junitVersion = "4.12"
4646
ext.nettyVersion = "4.0.25.Final"
@@ -52,7 +52,7 @@ configure(allprojects) { project ->
5252
ext.snifferVersion = "1.11"
5353
ext.tiles2Version = "2.2.2"
5454
ext.tiles3Version = "3.0.5"
55-
ext.tomcatVersion = "8.0.18"
55+
ext.tomcatVersion = "8.0.20"
5656
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
5757
ext.undertowVersion = "1.1.2.Final"
5858
ext.woodstoxVersion = "4.4.1"

0 commit comments

Comments
 (0)