From f33087e3b7f55447734cfac1becc59a2f4d3ff0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 6 Mar 2025 15:06:14 +0100 Subject: [PATCH] Upgrade to HtmlUnit 4.10.0 Closes gh-44607 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 3b693b7cc45..d634b8b0e8d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -594,7 +594,7 @@ bom { ] } } - library("HtmlUnit", "4.9.0") { + library("HtmlUnit", "4.10.0") { group("org.htmlunit") { modules = [ "htmlunit" {