From bb0d4c8ce0a8e16de2cdefb164c8c77b11e9c19a Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 2 Nov 2016 14:55:12 +0100 Subject: [PATCH] Upgrade to Selenium 3.0.1, HtmlUnit 2.23 and JSONAssert 1.4 --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 6956f8c0f2..f91ac2a2ee 100644 --- a/build.gradle +++ b/build.gradle @@ -1044,12 +1044,12 @@ project("spring-test") { optional("org.codehaus.groovy:groovy-all:${groovyVersion}") optional("org.hamcrest:hamcrest-core:${hamcrestVersion}") optional("org.xmlunit:xmlunit-matchers:${xmlunitVersion}") - optional("net.sourceforge.htmlunit:htmlunit:2.22") - optional("org.seleniumhq.selenium:htmlunit-driver:2.21") - optional("org.seleniumhq.selenium:selenium-java:2.53.1") { + optional("net.sourceforge.htmlunit:htmlunit:2.23") + optional("org.seleniumhq.selenium:htmlunit-driver:2.23.2") + optional("org.seleniumhq.selenium:selenium-java:3.0.1") { exclude group: "io.netty", module: "netty" } - optional("org.skyscreamer:jsonassert:1.3.0") + optional("org.skyscreamer:jsonassert:1.4.0") optional("com.jayway.jsonpath:json-path:2.2.0") optional("org.reactivestreams:reactive-streams:${reactivestreamsVersion}") optional("io.projectreactor:reactor-core:${reactorCoreVersion}")