Browse Source

Latest dependency updates (Caffeine 2.5.3, Netty 4.1.13, XPP3 1.1.6)

pull/1476/head
Juergen Hoeller 7 years ago
parent
commit
25f3aef1ab
  1. 11
      build.gradle

11
build.gradle

@ -40,7 +40,7 @@ configure(allprojects) { project -> @@ -40,7 +40,7 @@ configure(allprojects) { project ->
ext.aspectjVersion = "1.9.0.BETA-6"
ext.beanvalVersion = "1.1.0.Final"
ext.cacheApiVersion = "1.0.0"
ext.caffeineVersion = "2.5.2"
ext.caffeineVersion = "2.5.3"
ext.eclipselinkVersion = "2.6.5-RC2"
ext.ehcacheVersion = "2.10.4"
ext.ehcachejcacheVersion = "1.0.1"
@ -59,7 +59,6 @@ configure(allprojects) { project -> @@ -59,7 +59,6 @@ configure(allprojects) { project ->
ext.httpclientVersion = "4.5.3"
ext.interceptorApiVersion = "1.2"
ext.jackson2Version = "2.9.0.pr4"
ext.jsonassertVersion = "1.5.0"
ext.javamailVersion = "1.6.0-rc2"
ext.jaxbVersion = "2.2.11"
ext.jaxwsVersion = "2.2.11"
@ -69,7 +68,7 @@ configure(allprojects) { project -> @@ -69,7 +68,7 @@ configure(allprojects) { project ->
ext.jodaVersion = "2.9.9"
ext.jpaVersion = "2.1.1"
ext.jsfVersion = "2.2"
ext.jsonBindingVersion = "1.0"
ext.jsonassertVersion = "1.5.0"
ext.jspVersion = "2.3.2-b02"
ext.jtaVersion = "1.2"
ext.junitVersion = "4.12"
@ -77,7 +76,7 @@ configure(allprojects) { project -> @@ -77,7 +76,7 @@ configure(allprojects) { project ->
ext.junitJupiterVersion = '5.0.0-M5'
ext.junitPlatformVersion = '1.0.0-M5'
ext.log4jVersion = '2.8.2'
ext.nettyVersion = "4.1.12.Final"
ext.nettyVersion = "4.1.13.Final"
ext.niomultipartVersion = "1.1.0"
ext.okhttp3Version = "3.8.1"
ext.poiVersion = "3.16"
@ -549,7 +548,7 @@ project("spring-oxm") { @@ -549,7 +548,7 @@ project("spring-oxm") {
}
optional("org.jibx:jibx-run:1.3.1")
testCompile(project(":spring-context"))
testCompile("xpp3:xpp3:1.1.4c")
testCompile("org.ogce:xpp3:1.1.6")
testCompile("org.codehaus.jettison:jettison:1.3.8") {
exclude group: 'stax', module: 'stax-api'
}
@ -742,7 +741,7 @@ project("spring-web") { @@ -742,7 +741,7 @@ project("spring-web") {
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-smile:${jackson2Version}")
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:${jackson2Version}")
optional("com.google.code.gson:gson:${gsonVersion}")
optional("javax.json.bind:javax.json.bind-api:${jsonBindingVersion}")
optional("javax.json.bind:javax.json.bind-api:1.0")
optional("com.rometools:rome:${romeVersion}")
optional("org.eclipse.jetty:jetty-servlet:${jettyVersion}") {
exclude group: "javax.servlet", module: "javax.servlet-api"

Loading…
Cancel
Save