From b880b4a545b072c1628f09ba5691e61fab721000 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 15 Dec 2015 11:53:28 +0100 Subject: [PATCH] Upgrade to Castor 1.4 --- build.gradle | 2 +- spring-oxm/oxm.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 356e6aacbbd..e4da2e5502e 100644 --- a/build.gradle +++ b/build.gradle @@ -574,7 +574,7 @@ project("spring-oxm") { dependencies { compile(project(":spring-beans")) compile(project(":spring-core")) - optional("org.codehaus.castor:castor-xml:1.3.3") { + optional("org.codehaus.castor:castor-xml:1.4.0") { exclude group: 'stax', module: 'stax-api' exclude group: "org.springframework", module: "spring-context" } diff --git a/spring-oxm/oxm.gradle b/spring-oxm/oxm.gradle index f8b67188bf2..142ef1c30a6 100644 --- a/spring-oxm/oxm.gradle +++ b/spring-oxm/oxm.gradle @@ -5,7 +5,7 @@ configurations { jibx } dependencies { - castor "org.codehaus.castor:castor-anttasks:1.3.3" + castor "org.codehaus.castor:castor-anttasks:1.4.0" castor "org.apache.velocity:velocity:1.7" xjc "com.sun.xml.bind:jaxb-xjc:2.1.17" xmlbeans "org.apache.xmlbeans:xmlbeans:2.6.0"