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 ->
31
31
ext. eclipselinkVersion = " 2.4.2"
32
32
ext. ehcacheVersion = " 2.10.2"
33
33
ext. ehcachejcacheVersion = " 1.0.1"
34
- ext. ehcache3Version = " 3.0.1 "
34
+ ext. ehcache3Version = " 3.0.2 "
35
35
ext. ejbVersion = " 3.0"
36
36
ext. fileuploadVersion = " 1.3.2"
37
37
ext. freemarkerVersion = " 2.3.23"
@@ -561,7 +561,7 @@ project("spring-oxm") {
561
561
dependencies {
562
562
compile(project(" :spring-beans" ))
563
563
compile(project(" :spring-core" ))
564
- optional(" org.codehaus.castor:castor-xml:1.4.0 " ) {
564
+ optional(" org.codehaus.castor:castor-xml:1.4.1 " ) {
565
565
exclude group : ' stax' , module : ' stax-api'
566
566
exclude group : " org.springframework" , module : " spring-context"
567
567
}
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.4.0 "
8
+ castor " org.codehaus.castor:castor-anttasks:1.4.1 "
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