From 9273197f110f62b0404ca0ae496e7eb6f6463b5c Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 9 May 2017 13:48:05 +0200 Subject: [PATCH] Latest dependency updates (Common Annotations 1.3, Caffeine 2.5, Selenium 3.4, JSONassert 1.5) --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 0d55b19490..b4ccee16af 100644 --- a/build.gradle +++ b/build.gradle @@ -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")