Skip to content

Commit 61a4eaf

Browse files
committed
Upgrade to Jackson 2.9 PR3
Issue: SPR-14925
1 parent 6e71828 commit 61a4eaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ configure(allprojects) { project ->
5959
ext.httpasyncVersion = "4.1.3"
6060
ext.httpclientVersion = "4.5.3"
6161
ext.interceptorApiVersion = "1.2"
62-
ext.jackson2Version = "2.9.0.pr2"
62+
ext.jackson2Version = "2.9.0.pr3"
6363
ext.javamailVersion = "1.6.0-rc1"
6464
ext.jaxbVersion = "2.2.11"
6565
ext.jaxwsVersion = "2.2.11"
@@ -757,8 +757,8 @@ project("spring-web") {
757757
testCompile("org.apache.taglibs:taglibs-standard-jstlel:1.2.1") {
758758
exclude group: "org.apache.taglibs", module: "taglibs-standard-spec"
759759
}
760-
testCompile("com.fasterxml.jackson.datatype:jackson-datatype-joda:${jackson2Version}")
761760
testCompile("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:${jackson2Version}")
761+
testCompile("com.fasterxml.jackson.datatype:jackson-datatype-joda:${jackson2Version}")
762762
testCompile("com.fasterxml.jackson.module:jackson-module-kotlin:${jackson2Version}")
763763
testCompile("org.apache.tomcat:tomcat-util:${tomcatVersion}")
764764
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")

0 commit comments

Comments
 (0)