From 898fd202ad020dbd2d641399579fb3aceca49e95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 20 Jul 2026 14:23:25 +0200 Subject: [PATCH] Upgrade to Selenium HtmlUnit 4.46.0 Closes gh-51072 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 899ae715740..e884021ecab 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2491,7 +2491,7 @@ bom { releaseNotes("https://github.com/SeleniumHQ/selenium/releases/tag/selenium-{version}") } } - library("Selenium HtmlUnit", "4.43.0") { + library("Selenium HtmlUnit", "4.46.0") { group("org.seleniumhq.selenium") { modules = [ "htmlunit3-driver"