diff --git a/build.gradle b/build.gradle index ce041578ec..d299d94967 100644 --- a/build.gradle +++ b/build.gradle @@ -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"