From 693b1bb9948b329ddcde91ea5b215e79a6e0fc1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 13 Oct 2025 08:36:47 +0200 Subject: [PATCH] Upgrade to HtmlUnit 4.17.0 Closes gh-47566 --- 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 579e674d3d8..ec2c355ef21 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -603,7 +603,7 @@ bom { ] } } - library("HtmlUnit", "4.16.0") { + library("HtmlUnit", "4.17.0") { group("org.htmlunit") { modules = [ "htmlunit"