From e17c0244b4fb751fc6bdbdc29b916864c409c8e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 22 Oct 2024 09:04:54 +0200 Subject: [PATCH] Upgrade to HtmlUnit 4.5.0 Closes gh-42820 --- 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 ce382ada117..e6b290fa08a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -553,7 +553,7 @@ bom { ] } } - library("HtmlUnit", "4.4.0") { + library("HtmlUnit", "4.5.0") { group("org.htmlunit") { modules = [ "htmlunit" {