File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -574,7 +574,7 @@ project("spring-oxm") {
574
574
dependencies {
575
575
compile(project(" :spring-beans" ))
576
576
compile(project(" :spring-core" ))
577
- optional(" org.codehaus.castor:castor-xml:1.3.3 " ) {
577
+ optional(" org.codehaus.castor:castor-xml:1.4.0 " ) {
578
578
exclude group : ' stax' , module : ' stax-api'
579
579
exclude group : " org.springframework" , module : " spring-context"
580
580
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ configurations {
5
5
jibx
6
6
}
7
7
dependencies {
8
- castor " org.codehaus.castor:castor-anttasks:1.3.3 "
8
+ castor " org.codehaus.castor:castor-anttasks:1.4.0 "
9
9
castor " org.apache.velocity:velocity:1.7"
10
10
xjc " com.sun.xml.bind:jaxb-xjc:2.1.17"
11
11
xmlbeans " org.apache.xmlbeans:xmlbeans:2.6.0"
You can’t perform that action at this time.
0 commit comments