From 3c987b179d065809280ec115265445591597b865 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Mon, 6 Jun 2016 22:22:23 +0200 Subject: [PATCH] Upgrade to EhCache 3.0.2 and Castor 1.4.1 --- build.gradle | 4 ++-- spring-oxm/oxm.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 92874f1ff0..afdceee856 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ configure(allprojects) { project -> ext.eclipselinkVersion = "2.4.2" ext.ehcacheVersion = "2.10.2" ext.ehcachejcacheVersion = "1.0.1" - ext.ehcache3Version = "3.0.1" + ext.ehcache3Version = "3.0.2" ext.ejbVersion = "3.0" ext.fileuploadVersion = "1.3.2" ext.freemarkerVersion = "2.3.23" @@ -566,7 +566,7 @@ project("spring-oxm") { dependencies { compile(project(":spring-beans")) compile(project(":spring-core")) - optional("org.codehaus.castor:castor-xml:1.4.0") { + optional("org.codehaus.castor:castor-xml:1.4.1") { 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 142ef1c30a..140b35130e 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.4.0" + castor "org.codehaus.castor:castor-anttasks:1.4.1" 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"