Skip to content

Commit 7902f63

Browse files
committed
Latest applicable dependency updates (Woodstox 5.0.3, Jettison 1.3.8)
1 parent 818c72a commit 7902f63

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
@@ -349,7 +349,7 @@ project("spring-core") {
349349
optional("log4j:log4j:${log4jVersion}")
350350
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
351351
testCompile("xmlunit:xmlunit:${xmlunitVersion}")
352-
testCompile("com.fasterxml.woodstox:woodstox-core:5.0.2") {
352+
testCompile("com.fasterxml.woodstox:woodstox-core:5.0.3") {
353353
exclude group: "stax", module: "stax-api"
354354
}
355355
}
@@ -577,7 +577,7 @@ project("spring-oxm") {
577577
testCompile(project(":spring-context"))
578578
testCompile("xmlunit:xmlunit:${xmlunitVersion}")
579579
testCompile("xpp3:xpp3:1.1.4c")
580-
testCompile("org.codehaus.jettison:jettison:1.3.7") {
580+
testCompile("org.codehaus.jettison:jettison:1.3.8") {
581581
exclude group: 'stax', module: 'stax-api'
582582
}
583583
if (compileTestJava.enabled) {

0 commit comments

Comments
 (0)