Upgrade to Jackson 2.7.4

This commit is contained in:
Juergen Hoeller 2016-05-02 13:54:57 +02:00
parent 07ea3745c4
commit cbc46760b7
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ configure(allprojects) { project ->
ext.htmlunitVersion = "2.20"
ext.httpasyncVersion = "4.1.1"
ext.httpclientVersion = "4.5.2"
ext.jackson2Version = "2.7.3"
ext.jackson2Version = "2.7.4"
ext.jasperreportsVersion = "6.2.1"
ext.javamailVersion = "1.5.5"
ext.jettyVersion = "9.3.8.v20160314"