@@ -32,11 +32,11 @@ configure(allprojects) { project ->
32
32
version = qualifyVersionIfNecessary(version)
33
33
34
34
ext. aspectjVersion = " 1.8.9"
35
- ext. caffeineVersion = " 2.3.2 "
35
+ ext. caffeineVersion = " 2.3.3 "
36
36
ext. eclipselinkVersion = " 2.4.2"
37
37
ext. ehcacheVersion = " 2.10.2"
38
38
ext. ehcachejcacheVersion = " 1.0.1"
39
- ext. ehcache3Version = " 3.1.1 "
39
+ ext. ehcache3Version = " 3.1.2 "
40
40
ext. ejbVersion = " 3.0"
41
41
ext. fileuploadVersion = " 1.3.2"
42
42
ext. freemarkerVersion = " 2.3.23"
@@ -67,7 +67,7 @@ configure(allprojects) { project ->
67
67
ext. openjpaVersion = " 2.4.1"
68
68
ext. poiVersion = " 3.14"
69
69
ext. reactorVersion = " 2.0.8.RELEASE"
70
- ext. romeVersion = " 1.6 .0"
70
+ ext. romeVersion = " 1.7 .0"
71
71
ext. slf4jVersion = " 1.7.21"
72
72
ext. snakeyamlVersion = " 1.17"
73
73
ext. snifferVersion = " 1.15"
@@ -357,7 +357,7 @@ project("spring-core") {
357
357
optional(" log4j:log4j:${ log4jVersion} " )
358
358
testCompile(" org.apache.tomcat.embed:tomcat-embed-core:${ tomcatVersion} " )
359
359
testCompile(" xmlunit:xmlunit:${ xmlunitVersion} " )
360
- testCompile(" com.fasterxml.woodstox:woodstox-core:5.0.2 " ) {
360
+ testCompile(" com.fasterxml.woodstox:woodstox-core:5.0.3 " ) {
361
361
exclude group : " stax" , module : " stax-api"
362
362
}
363
363
}
@@ -576,7 +576,7 @@ project("spring-oxm") {
576
576
testCompile(project(" :spring-context" ))
577
577
testCompile(" xmlunit:xmlunit:${ xmlunitVersion} " )
578
578
testCompile(" xpp3:xpp3:1.1.4c" )
579
- testCompile(" org.codehaus.jettison:jettison:1.3.7 " ) {
579
+ testCompile(" org.codehaus.jettison:jettison:1.3.8 " ) {
580
580
exclude group : ' stax' , module : ' stax-api'
581
581
}
582
582
testCompile(files(genCastor. classesDir). builtBy(genCastor))
0 commit comments