Upgrade to Jackson 2.9.0

Issue: SPR-15548
Closes gh-1488
This commit is contained in:
Eddú Meléndez 2017-07-30 17:06:15 -05:00 committed by Stephane Nicoll
parent e45733e790
commit b2345d67db
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ configure(allprojects) { project ->
ext.httpasyncVersion = "4.1.3"
ext.httpclientVersion = "4.5.3"
ext.interceptorApiVersion = "1.2"
ext.jackson2Version = "2.9.0.pr4"
ext.jackson2Version = "2.9.0"
ext.javamailVersion = "1.6.0"
ext.jaxbVersion = "2.2.11"
ext.jaxwsVersion = "2.2.11"