From fa6bcd5d6cc01c6981782933de9e9ef501f11e90 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Mar 2022 09:17:46 +0100 Subject: [PATCH] Upgrade to HtmlUnit 2.59.0 Closes gh-30295 --- 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 ebd762e985..ac1706adbe 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -488,7 +488,7 @@ bom { ] } } - library("HtmlUnit", "2.58.0") { + library("HtmlUnit", "2.59.0") { group("net.sourceforge.htmlunit") { modules = [ "htmlunit" {