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 @@ -349,7 +349,7 @@ project("spring-core") {
349
349
optional(" log4j:log4j:${ log4jVersion} " )
350
350
testCompile(" org.apache.tomcat.embed:tomcat-embed-core:${ tomcatVersion} " )
351
351
testCompile(" xmlunit:xmlunit:${ xmlunitVersion} " )
352
- testCompile(" com.fasterxml.woodstox:woodstox-core:5.0.2 " ) {
352
+ testCompile(" com.fasterxml.woodstox:woodstox-core:5.0.3 " ) {
353
353
exclude group : " stax" , module : " stax-api"
354
354
}
355
355
}
@@ -577,7 +577,7 @@ project("spring-oxm") {
577
577
testCompile(project(" :spring-context" ))
578
578
testCompile(" xmlunit:xmlunit:${ xmlunitVersion} " )
579
579
testCompile(" xpp3:xpp3:1.1.4c" )
580
- testCompile(" org.codehaus.jettison:jettison:1.3.7 " ) {
580
+ testCompile(" org.codehaus.jettison:jettison:1.3.8 " ) {
581
581
exclude group : ' stax' , module : ' stax-api'
582
582
}
583
583
if (compileTestJava. enabled) {
You can’t perform that action at this time.
0 commit comments