From 92167eb08e44a99b121f773badb0eb105dcb06c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 11 Sep 2026 17:49:56 +0200 Subject: [PATCH] Upgrade to Selenium HtmlUnit 4.48.0 Closes gh-51701 --- 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 3878a93d3b6..d021b5b6777 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2545,7 +2545,7 @@ bom { releaseNotes("https://github.com/SeleniumHQ/selenium/releases/tag/selenium-{version}") } } - library("Selenium HtmlUnit", "4.46.0") { + library("Selenium HtmlUnit", "4.48.0") { group("org.seleniumhq.selenium") { modules = [ "htmlunit3-driver"