From 23ddbf18bfbade9cb7f458740bbbe478986d3f5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 13 Oct 2025 08:38:12 +0200 Subject: [PATCH] Upgrade to Selenium HtmlUnit 4.36.1 Closes gh-47588 --- 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 52c30a2decd..5a48fde29c6 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2301,7 +2301,7 @@ bom { releaseNotes("https://github.com/SeleniumHQ/selenium/releases/tag/selenium-{version}") } } - library("Selenium HtmlUnit", "4.35.0") { + library("Selenium HtmlUnit", "4.36.1") { group("org.seleniumhq.selenium") { modules = [ "htmlunit3-driver"