File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ configure(allprojects) { project ->
59
59
ext. httpasyncVersion = " 4.1.3"
60
60
ext. httpclientVersion = " 4.5.3"
61
61
ext. interceptorApiVersion = " 1.2"
62
- ext. jackson2Version = " 2.9.0.pr2 "
62
+ ext. jackson2Version = " 2.9.0.pr3 "
63
63
ext. javamailVersion = " 1.6.0-rc1"
64
64
ext. jaxbVersion = " 2.2.11"
65
65
ext. jaxwsVersion = " 2.2.11"
@@ -757,8 +757,8 @@ project("spring-web") {
757
757
testCompile(" org.apache.taglibs:taglibs-standard-jstlel:1.2.1" ) {
758
758
exclude group : " org.apache.taglibs" , module : " taglibs-standard-spec"
759
759
}
760
- testCompile(" com.fasterxml.jackson.datatype:jackson-datatype-joda:${ jackson2Version} " )
761
760
testCompile(" com.fasterxml.jackson.datatype:jackson-datatype-jdk8:${ jackson2Version} " )
761
+ testCompile(" com.fasterxml.jackson.datatype:jackson-datatype-joda:${ jackson2Version} " )
762
762
testCompile(" com.fasterxml.jackson.module:jackson-module-kotlin:${ jackson2Version} " )
763
763
testCompile(" org.apache.tomcat:tomcat-util:${ tomcatVersion} " )
764
764
testCompile(" org.apache.tomcat.embed:tomcat-embed-core:${ tomcatVersion} " )
You can’t perform that action at this time.
0 commit comments