From 8e9becc09813e5482ee23d153ecf416a3f36d817 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 8 Jan 2026 17:24:25 +0000 Subject: [PATCH] Upgrade to Selenium HtmlUnit 4.39.0 Closes gh-48757 --- 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 9b631dc7278..98cc3969f95 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2310,7 +2310,7 @@ bom { releaseNotes("https://github.com/SeleniumHQ/selenium/releases/tag/selenium-{version}") } } - library("Selenium HtmlUnit", "4.36.1") { + library("Selenium HtmlUnit", "4.39.0") { group("org.seleniumhq.selenium") { modules = [ "htmlunit3-driver"