Skip to content

Commit e9ba64a

Browse files
committed
Upgrade to EhCache 3.0.2 and Castor 1.4.1
(cherry picked from commit 3c987b1)
1 parent 47c62fd commit e9ba64a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ configure(allprojects) { project ->
3131
ext.eclipselinkVersion = "2.4.2"
3232
ext.ehcacheVersion = "2.10.2"
3333
ext.ehcachejcacheVersion = "1.0.1"
34-
ext.ehcache3Version = "3.0.1"
34+
ext.ehcache3Version = "3.0.2"
3535
ext.ejbVersion = "3.0"
3636
ext.fileuploadVersion = "1.3.2"
3737
ext.freemarkerVersion = "2.3.23"
@@ -561,7 +561,7 @@ project("spring-oxm") {
561561
dependencies {
562562
compile(project(":spring-beans"))
563563
compile(project(":spring-core"))
564-
optional("org.codehaus.castor:castor-xml:1.4.0") {
564+
optional("org.codehaus.castor:castor-xml:1.4.1") {
565565
exclude group: 'stax', module: 'stax-api'
566566
exclude group: "org.springframework", module: "spring-context"
567567
}

spring-oxm/oxm.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ configurations {
55
jibx
66
}
77
dependencies {
8-
castor "org.codehaus.castor:castor-anttasks:1.4.0"
8+
castor "org.codehaus.castor:castor-anttasks:1.4.1"
99
castor "org.apache.velocity:velocity:1.7"
1010
xjc "com.sun.xml.bind:jaxb-xjc:2.1.17"
1111
xmlbeans "org.apache.xmlbeans:xmlbeans:2.6.0"

0 commit comments

Comments
 (0)