From 7902f63cb19d2a195b2ea268c7ec53d15e907ec5 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Fri, 16 Sep 2016 11:07:45 +0200 Subject: [PATCH] Latest applicable dependency updates (Woodstox 5.0.3, Jettison 1.3.8) --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 10be5976340..b8b58f448c3 100644 --- a/build.gradle +++ b/build.gradle @@ -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") { 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) {