Skip to content

Commit b880b4a

Browse files
committed
Upgrade to Castor 1.4
1 parent 457fca4 commit b880b4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ project("spring-oxm") {
574574
dependencies {
575575
compile(project(":spring-beans"))
576576
compile(project(":spring-core"))
577-
optional("org.codehaus.castor:castor-xml:1.3.3") {
577+
optional("org.codehaus.castor:castor-xml:1.4.0") {
578578
exclude group: 'stax', module: 'stax-api'
579579
exclude group: "org.springframework", module: "spring-context"
580580
}

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.3.3"
8+
castor "org.codehaus.castor:castor-anttasks:1.4.0"
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)