From 987ff8ca54f79fc85c94b410b8ee9caf56b06f6b Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 5 Sep 2025 11:41:25 -0700 Subject: [PATCH] Upgrade to HtmlUnit 4.16.0 Closes gh-47061 --- 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 15cb2a9e980..f3e28ccd92a 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -603,7 +603,7 @@ bom { ] } } - library("HtmlUnit", "4.15.0") { + library("HtmlUnit", "4.16.0") { group("org.htmlunit") { modules = [ "htmlunit"