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 4facb2f commit 2d6ec95Copy full SHA for 2d6ec95
build.gradle
@@ -43,12 +43,12 @@ configure(allprojects) { project ->
43
ext.hsqldbVersion = "2.3.2"
44
ext.httpclientVersion = "4.5"
45
ext.httpasyncVersion = "4.1"
46
- ext.jackson2Version = "2.6.0-rc2" // to be upgraded to 2.6 final in time for Spring Framework 4.2 GA
+ ext.jackson2Version = "2.6.0-rc3" // to be upgraded to 2.6 final in time for Spring Framework 4.2 GA
47
ext.jasperreportsVersion = "6.1.0"
48
- ext.javamailVersion = "1.5.3"
+ ext.javamailVersion = "1.5.4"
49
ext.jettyVersion = "9.3.0.v20150612"
50
ext.jodaVersion = "2.8.1"
51
- ext.jrubyVersion = "1.7.20"
+ ext.jrubyVersion = "1.7.20.1"
52
ext.jtaVersion = "1.2"
53
ext.junitVersion = "4.12"
54
ext.nettyVersion = "4.0.29.Final"
0 commit comments