File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ configurations {
55 jibx
66}
77dependencies {
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"
You can’t perform that action at this time.
0 commit comments