diff --git a/spring-test/spring-test.gradle b/spring-test/spring-test.gradle index fa9a9064d6..583f30f334 100644 --- a/spring-test/spring-test.gradle +++ b/spring-test/spring-test.gradle @@ -40,7 +40,7 @@ dependencies { optional("net.sourceforge.htmlunit:htmlunit:2.33") { exclude group: "commons-logging", module: "commons-logging" } - optional("org.seleniumhq.selenium:htmlunit-driver:2.32.1") { + optional("org.seleniumhq.selenium:htmlunit-driver:2.33.0") { exclude group: "commons-logging", module: "commons-logging" } optional("org.seleniumhq.selenium:selenium-java:3.14.0") {