Latest dependency updates (Tomcat 8.0.20, Jetty 9.2.9, EhCache 2.9.1, EhCache-JCache 1.0.1)

This commit is contained in:
Juergen Hoeller 2015-02-25 20:37:09 +01:00
parent d7dcf8d6f4
commit 7a5b2e6a75
1 changed files with 4 additions and 4 deletions

View File

@ -29,8 +29,8 @@ configure(allprojects) { project ->
ext.aspectjVersion = "1.8.5"
ext.eclipseLinkVersion = "2.4.2"
ext.ehcacheVersion = "2.9.0"
ext.ehcacheJCacheVersion = "1.0.0"
ext.ehcacheVersion = "2.9.1"
ext.ehcacheJCacheVersion = "1.0.1"
ext.groovyVersion = "2.3.10"
ext.gsonVersion = "2.3.1"
ext.hibernate3Version = "3.6.10.Final"
@ -40,7 +40,7 @@ configure(allprojects) { project ->
ext.hsqldbVersion = "2.3.2"
ext.jackson2Version = "2.4.5"
ext.jasperReportsVersion = "6.0.3"
ext.jettyVersion = "9.2.7.v20150116"
ext.jettyVersion = "9.2.9.v20150224"
ext.jodaVersion = "2.7"
ext.junitVersion = "4.12"
ext.nettyVersion = "4.0.25.Final"
@ -52,7 +52,7 @@ configure(allprojects) { project ->
ext.snifferVersion = "1.11"
ext.tiles2Version = "2.2.2"
ext.tiles3Version = "3.0.5"
ext.tomcatVersion = "8.0.18"
ext.tomcatVersion = "8.0.20"
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
ext.undertowVersion = "1.1.2.Final"
ext.woodstoxVersion = "4.4.1"