Latest dependency updates (Common Annotations 1.3, Caffeine 2.5, Selenium 3.4, JSONassert 1.5)

This commit is contained in:
Juergen Hoeller 2017-05-09 13:48:05 +02:00
parent b649041976
commit 9273197f11
1 changed files with 4 additions and 4 deletions

View File

@ -36,11 +36,11 @@ configure(allprojects) { project ->
version = qualifyVersionIfNecessary(version)
ext.activationApiVersion = "1.1.1"
ext.annotationApiVersion = "1.2"
ext.annotationApiVersion = "1.3"
ext.aspectjVersion = "1.9.0.BETA-5"
ext.beanvalVersion = "1.1.0.Final"
ext.cacheApiVersion = "1.0.0"
ext.caffeineVersion = "2.4.0"
ext.caffeineVersion = "2.5.0"
ext.eclipselinkVersion = "2.6.4"
ext.ehcacheVersion = "2.10.4"
ext.ehcachejcacheVersion = "1.0.1"
@ -1022,10 +1022,10 @@ project("spring-test") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.seleniumhq.selenium:htmlunit-driver:2.26")
optional("org.seleniumhq.selenium:selenium-java:3.3.1") {
optional("org.seleniumhq.selenium:selenium-java:3.4.0") {
exclude group: "io.netty", module: "netty"
}
optional("org.skyscreamer:jsonassert:1.4.0")
optional("org.skyscreamer:jsonassert:1.5.0")
optional("com.jayway.jsonpath:json-path:2.2.0")
optional("org.reactivestreams:reactive-streams")
optional("io.projectreactor:reactor-core")