Latest applicable dependency updates (Joda-Time 2.9.4, Jetty 9.3.9, EhCache 3.0.1)

This commit is contained in:
Juergen Hoeller 2016-05-31 13:19:52 +02:00
parent 28321946bf
commit a2088c38ad
1 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ configure(allprojects) { project ->
ext.eclipselinkVersion = "2.4.2"
ext.ehcacheVersion = "2.10.2"
ext.ehcachejcacheVersion = "1.0.1"
ext.ehcache3Version = "3.0.0"
ext.ehcache3Version = "3.0.1"
ext.ejbVersion = "3.0"
ext.fileuploadVersion = "1.3.1"
ext.freemarkerVersion = "2.3.23"
@ -50,8 +50,8 @@ configure(allprojects) { project ->
ext.jackson2Version = "2.6.6"
ext.jasperreportsVersion = "6.2.1"
ext.javamailVersion = "1.5.5"
ext.jettyVersion = "9.3.8.v20160314"
ext.jodaVersion = "2.9.3"
ext.jettyVersion = "9.3.9.v20160517"
ext.jodaVersion = "2.9.4"
ext.jrubyVersion = "1.7.25" // JRuby 9000 only supported through JSR-223 (StandardScriptFactory)
ext.jtaVersion = "1.2"
ext.junitVersion = "4.12"