From a929734f2c994c7bf7744b541fcafaf7e9fec3d7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 21 Oct 2021 14:43:27 +0100 Subject: [PATCH] Upgrade to Selenium HtmlUnit 2.54.0 Closes gh-28420 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 4815046cb3..998fc35d05 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1548,7 +1548,7 @@ bom { ] } } - library("Selenium HtmlUnit", "2.53.0") { + library("Selenium HtmlUnit", "2.54.0") { group("org.seleniumhq.selenium") { modules = [ "htmlunit-driver"