We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be1710 commit 2ac682eCopy full SHA for 2ac682e
build.gradle
@@ -56,7 +56,7 @@ configure(allprojects) { project ->
56
ext.jasperreportsVersion = "6.2.1" // our tests fail with JR-internal NPEs against 6.2.2 and higher
57
ext.javamailVersion = "1.5.6"
58
ext.jettyVersion = "9.3.13.v20161014"
59
- ext.jodaVersion = "2.9.4"
+ ext.jodaVersion = "2.9.5"
60
ext.jrubyVersion = "1.7.26" // JRuby 9000 only supported through JSR-223 (StandardScriptFactory)
61
ext.jtaVersion = "1.2"
62
ext.junitVersion = "4.12"
0 commit comments