From b5252158fdb1bc6c0109a3b3253f2f4a44dc9db5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 8 Jan 2026 17:23:22 +0000 Subject: [PATCH] Upgrade to HtmlUnit 4.21.0 Closes gh-48742 --- 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 e4530e16632..dafeb856cd2 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -622,7 +622,7 @@ bom { ] } } - library("HtmlUnit", "4.17.0") { + library("HtmlUnit", "4.21.0") { group("org.htmlunit") { modules = [ "htmlunit"