Browse Source

Latest applicable dependency updates (Woodstox 5.0.3, Jettison 1.3.8)

pull/1195/head
Juergen Hoeller 10 years ago
parent
commit
7902f63cb1
  1. 4
      build.gradle

4
build.gradle

@ -349,7 +349,7 @@ project("spring-core") { @@ -349,7 +349,7 @@ project("spring-core") {
optional("log4j:log4j:${log4jVersion}")
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
testCompile("xmlunit:xmlunit:${xmlunitVersion}")
testCompile("com.fasterxml.woodstox:woodstox-core:5.0.2") {
testCompile("com.fasterxml.woodstox:woodstox-core:5.0.3") {
exclude group: "stax", module: "stax-api"
}
}
@ -577,7 +577,7 @@ project("spring-oxm") { @@ -577,7 +577,7 @@ project("spring-oxm") {
testCompile(project(":spring-context"))
testCompile("xmlunit:xmlunit:${xmlunitVersion}")
testCompile("xpp3:xpp3:1.1.4c")
testCompile("org.codehaus.jettison:jettison:1.3.7") {
testCompile("org.codehaus.jettison:jettison:1.3.8") {
exclude group: 'stax', module: 'stax-api'
}
if (compileTestJava.enabled) {

Loading…
Cancel
Save