From 09191b16f09b95bb64b15fb21b76a7cf1d72d864 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 22 Mar 2023 21:37:22 +0000 Subject: [PATCH] Upgrade to Selenium HtmlUnit 4.8.1.1 Closes gh-34690 --- spring-boot-project/spring-boot-dependencies/build.gradle | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 2594b52392..89dbace694 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1283,11 +1283,7 @@ bom { ] } } - library("Selenium HtmlUnit", "4.8.0") { - prohibit { - versionRange("[4.8.1,)") - because("it requires HtmlUnit 3.0.0 which is incompatible with Spring Framework 6.0") - } + library("Selenium HtmlUnit", "4.8.1.1") { group("org.seleniumhq.selenium") { modules = [ "htmlunit-driver"