Upgrade to Jackson 2.8 GA

This commit is contained in:
Juergen Hoeller 2016-07-06 17:42:10 +02:00
parent 92d78c10a2
commit 4337f14627
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ configure(allprojects) { project ->
ext.hsqldbVersion = "2.3.4"
ext.httpasyncVersion = "4.1.2"
ext.httpclientVersion = "4.5.2"
ext.jackson2Version = "2.8.0.rc2"
ext.jackson2Version = "2.8.0"
ext.jasperreportsVersion = "6.2.1" // our tests fail with JR-internal NPEs against 6.2.2 and higher
ext.javamailVersion = "1.5.5"
ext.jettyVersion = "9.3.10.v20160621"