From 73cad470e5b16603eb19023f7d87f9e9ad4a8b0c Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Mon, 8 Jan 2018 13:41:36 +0100 Subject: [PATCH] Upgrade to HtmlUnit 2.29 and Selenium 3.8.1 --- spring-test/spring-test.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-test/spring-test.gradle b/spring-test/spring-test.gradle index 1f24005785..1a9d075b7d 100644 --- a/spring-test/spring-test.gradle +++ b/spring-test/spring-test.gradle @@ -43,13 +43,13 @@ dependencies { optional("org.apache.taglibs:taglibs-standard-jstlel:1.2.5") { exclude group: "org.apache.taglibs", module: "taglibs-standard-spec" } - optional("net.sourceforge.htmlunit:htmlunit:2.28") { + optional("net.sourceforge.htmlunit:htmlunit:2.29") { exclude group: "commons-logging", module: "commons-logging" } - optional("org.seleniumhq.selenium:htmlunit-driver:2.28.2") { + optional("org.seleniumhq.selenium:htmlunit-driver:2.29.0") { exclude group: "commons-logging", module: "commons-logging" } - optional("org.seleniumhq.selenium:selenium-java:3.7.1") { + optional("org.seleniumhq.selenium:selenium-java:3.8.1") { exclude group: "commons-logging", module: "commons-logging" exclude group: "io.netty", module: "netty" }