Upgrade to EhCache 3.1 and Jetty 9.3.10

This commit is contained in:
Juergen Hoeller 2016-06-30 22:25:18 +02:00
parent dda0942c78
commit 5c6f57ba78
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ configure(allprojects) { project ->
ext.eclipselinkVersion = "2.4.2"
ext.ehcacheVersion = "2.10.2"
ext.ehcachejcacheVersion = "1.0.1"
ext.ehcache3Version = "3.0.2"
ext.ehcache3Version = "3.1.0"
ext.ejbVersion = "3.0"
ext.fileuploadVersion = "1.3.2"
ext.freemarkerVersion = "2.3.23"
@ -55,7 +55,7 @@ configure(allprojects) { project ->
ext.jackson2Version = "2.8.0.rc2"
ext.jasperreportsVersion = "6.2.1"
ext.javamailVersion = "1.5.5"
ext.jettyVersion = "9.3.9.v20160517"
ext.jettyVersion = "9.3.10.v20160621"
ext.jodaVersion = "2.9.4"
ext.jrubyVersion = "1.7.25" // JRuby 9000 only supported through JSR-223 (StandardScriptFactory)
ext.jtaVersion = "1.2"