From 5f67db5faee929a386fb6dc782eb9c0e35805b80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 11 Sep 2026 17:48:14 +0200 Subject: [PATCH] Upgrade to HtmlUnit 5.5.0 Closes gh-51676 --- 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 3e0205690f8..7e3461115a8 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -705,7 +705,7 @@ bom { ] } } - library("HtmlUnit", "5.4.0") { + library("HtmlUnit", "5.5.0") { group("org.htmlunit") { modules = [ "htmlunit"