Upgrade to Joda-Time 2.9.5

This commit is contained in:
Juergen Hoeller
2016-11-04 13:30:25 +01:00
parent 9be1710dca
commit 2ac682e125

View File

@@ -56,7 +56,7 @@ configure(allprojects) { project ->
ext.jasperreportsVersion = "6.2.1" // our tests fail with JR-internal NPEs against 6.2.2 and higher
ext.javamailVersion = "1.5.6"
ext.jettyVersion = "9.3.13.v20161014"
ext.jodaVersion = "2.9.4"
ext.jodaVersion = "2.9.5"
ext.jrubyVersion = "1.7.26" // JRuby 9000 only supported through JSR-223 (StandardScriptFactory)
ext.jtaVersion = "1.2"
ext.junitVersion = "4.12"