@@ -52,7 +52,7 @@ configure(allprojects) { project ->
52
52
ext. hsqldbVersion = " 2.3.4"
53
53
ext. httpasyncVersion = " 4.1.3"
54
54
ext. httpclientVersion = " 4.5.5"
55
- ext. jackson2Version = " 2.8.11"
55
+ ext. jackson2Version = " 2.8.11.1 "
56
56
ext. jasperreportsVersion = " 6.2.1" // our tests fail with JR-internal NPEs against 6.2.2 and higher
57
57
ext. javamailVersion = " 1.5.6"
58
58
ext. jettyVersion = " 9.3.14.v20161028" // as of 9.3.15, Jetty has hard Servlet 3.1 requirement
@@ -75,7 +75,7 @@ configure(allprojects) { project ->
75
75
ext. testngVersion = " 6.9.10"
76
76
ext. tiles2Version = " 2.2.2"
77
77
ext. tiles3Version = " 3.0.7"
78
- ext. tomcatVersion = " 8.5.27 "
78
+ ext. tomcatVersion = " 8.5.28 "
79
79
ext. tyrusVersion = " 1.3.5" // constrained by WebLogic 12.1.3 support
80
80
ext. undertowVersion = " 1.3.33.Final"
81
81
ext. xmlunitVersion = " 1.6"
@@ -704,7 +704,7 @@ project("spring-web") {
704
704
optional(" com.squareup.okhttp:okhttp:${ okhttpVersion} " )
705
705
optional(" com.squareup.okhttp3:okhttp:${ okhttp3Version} " )
706
706
optional(" com.fasterxml.jackson.core:jackson-databind:${ jackson2Version} " )
707
- optional(" com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${ jackson2Version } " )
707
+ optional(" com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.8.11 " )
708
708
optional(" com.google.code.gson:gson:${ gsonVersion} " )
709
709
optional(" com.rometools:rome:${ romeVersion} " )
710
710
optional(" org.eclipse.jetty:jetty-servlet:${ jettyVersion} " ) {
@@ -724,8 +724,8 @@ project("spring-web") {
724
724
testCompile(" org.apache.taglibs:taglibs-standard-jstlel:1.2.1" ) {
725
725
exclude group : " org.apache.taglibs" , module : " taglibs-standard-spec"
726
726
}
727
- testCompile(" com.fasterxml.jackson.datatype:jackson-datatype-joda:${ jackson2Version } " )
728
- testCompile(" com.fasterxml.jackson.datatype:jackson-datatype-jdk8:${ jackson2Version } " )
727
+ testCompile(" com.fasterxml.jackson.datatype:jackson-datatype-joda:2.8.11 " )
728
+ testCompile(" com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.8.11 " )
729
729
testCompile(" com.fasterxml.jackson.module:jackson-module-kotlin:${ jackson2Version} " )
730
730
testCompile(" com.squareup.okhttp3:mockwebserver:${ okhttp3Version} " )
731
731
testRuntime(" com.sun.mail:javax.mail:${ javamailVersion} " )
@@ -837,7 +837,7 @@ project("spring-webmvc") {
837
837
exclude group : " org.springframework" , module : " spring-context"
838
838
}
839
839
optional(" com.fasterxml.jackson.core:jackson-databind:${ jackson2Version} " )
840
- optional(" com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${ jackson2Version } " )
840
+ optional(" com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.8.11 " )
841
841
optional(" com.rometools:rome:${ romeVersion} " )
842
842
optional(" javax.el:javax.el-api:2.2.5" )
843
843
optional(" org.apache.tiles:tiles-api:${ tiles3Version} " )
0 commit comments