Upgrade to EhCache 3.0.2 and Castor 1.4.1

master
Juergen Hoeller 8 years ago
parent c19740a020
commit 3c987b179d
  1. 4
      build.gradle
  2. 2
      spring-oxm/oxm.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"
}

@ -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"

Loading…
Cancel
Save