Latest dependency updates (Jackson 2.6 RC3, JavaMail 1.5.4, JRuby 1.7.20.1)

This commit is contained in:
Juergen Hoeller
2015-06-30 12:46:04 +02:00
parent 4facb2fc22
commit 2d6ec953e4

View File

@@ -43,12 +43,12 @@ configure(allprojects) { project ->
ext.hsqldbVersion = "2.3.2"
ext.httpclientVersion = "4.5"
ext.httpasyncVersion = "4.1"
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
ext.jasperreportsVersion = "6.1.0"
ext.javamailVersion = "1.5.3"
ext.javamailVersion = "1.5.4"
ext.jettyVersion = "9.3.0.v20150612"
ext.jodaVersion = "2.8.1"
ext.jrubyVersion = "1.7.20"
ext.jrubyVersion = "1.7.20.1"
ext.jtaVersion = "1.2"
ext.junitVersion = "4.12"
ext.nettyVersion = "4.0.29.Final"