From bc04d70ed140cd111adec824a62d40a1684c72b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 12 Aug 2024 08:26:41 +0200 Subject: [PATCH] Upgrade to HtmlUnit 4.4.0 Closes gh-41799 --- 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 1cb23d46aa..48eb8be4b9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -572,7 +572,7 @@ bom { ] } } - library("HtmlUnit", "4.3.0") { + library("HtmlUnit", "4.4.0") { group("org.htmlunit") { modules = [ "htmlunit" {