From 769ceaec87bdf57cd1475e42944f342aeddebe0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 19 Aug 2025 09:19:25 +0200 Subject: [PATCH] Upgrade to HtmlUnit 4.15.0 Closes gh-46895 --- 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 bafb3e94086..137cb40175b 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -603,7 +603,7 @@ bom { ] } } - library("HtmlUnit", "4.14.0") { + library("HtmlUnit", "4.15.0") { group("org.htmlunit") { modules = [ "htmlunit"