Skip to content

Commit 59cb9a4

Browse files
committed
Latest dependency updates (EhCache 3.1.2, Caffeine 2.3.3, Rome 1.7, Woodstox 5.0.3, Jettison 1.3.8)
1 parent 0dce570 commit 59cb9a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ configure(allprojects) { project ->
3232
version = qualifyVersionIfNecessary(version)
3333

3434
ext.aspectjVersion = "1.8.9"
35-
ext.caffeineVersion = "2.3.2"
35+
ext.caffeineVersion = "2.3.3"
3636
ext.eclipselinkVersion = "2.4.2"
3737
ext.ehcacheVersion = "2.10.2"
3838
ext.ehcachejcacheVersion = "1.0.1"
39-
ext.ehcache3Version = "3.1.1"
39+
ext.ehcache3Version = "3.1.2"
4040
ext.ejbVersion = "3.0"
4141
ext.fileuploadVersion = "1.3.2"
4242
ext.freemarkerVersion = "2.3.23"
@@ -67,7 +67,7 @@ configure(allprojects) { project ->
6767
ext.openjpaVersion = "2.4.1"
6868
ext.poiVersion = "3.14"
6969
ext.reactorVersion = "2.0.8.RELEASE"
70-
ext.romeVersion = "1.6.0"
70+
ext.romeVersion = "1.7.0"
7171
ext.slf4jVersion = "1.7.21"
7272
ext.snakeyamlVersion = "1.17"
7373
ext.snifferVersion = "1.15"
@@ -357,7 +357,7 @@ project("spring-core") {
357357
optional("log4j:log4j:${log4jVersion}")
358358
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
359359
testCompile("xmlunit:xmlunit:${xmlunitVersion}")
360-
testCompile("com.fasterxml.woodstox:woodstox-core:5.0.2") {
360+
testCompile("com.fasterxml.woodstox:woodstox-core:5.0.3") {
361361
exclude group: "stax", module: "stax-api"
362362
}
363363
}
@@ -576,7 +576,7 @@ project("spring-oxm") {
576576
testCompile(project(":spring-context"))
577577
testCompile("xmlunit:xmlunit:${xmlunitVersion}")
578578
testCompile("xpp3:xpp3:1.1.4c")
579-
testCompile("org.codehaus.jettison:jettison:1.3.7") {
579+
testCompile("org.codehaus.jettison:jettison:1.3.8") {
580580
exclude group: 'stax', module: 'stax-api'
581581
}
582582
testCompile(files(genCastor.classesDir).builtBy(genCastor))

0 commit comments

Comments
 (0)