Skip to content

Commit 2d6ec95

Browse files
committed
Latest dependency updates (Jackson 2.6 RC3, JavaMail 1.5.4, JRuby 1.7.20.1)
1 parent 4facb2f commit 2d6ec95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ configure(allprojects) { project ->
4343
ext.hsqldbVersion = "2.3.2"
4444
ext.httpclientVersion = "4.5"
4545
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
46+
ext.jackson2Version = "2.6.0-rc3" // to be upgraded to 2.6 final in time for Spring Framework 4.2 GA
4747
ext.jasperreportsVersion = "6.1.0"
48-
ext.javamailVersion = "1.5.3"
48+
ext.javamailVersion = "1.5.4"
4949
ext.jettyVersion = "9.3.0.v20150612"
5050
ext.jodaVersion = "2.8.1"
51-
ext.jrubyVersion = "1.7.20"
51+
ext.jrubyVersion = "1.7.20.1"
5252
ext.jtaVersion = "1.2"
5353
ext.junitVersion = "4.12"
5454
ext.nettyVersion = "4.0.29.Final"

0 commit comments

Comments
 (0)