From d7ca7763da5cc23ed47fb1ca050cb41fcd90b99e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Mar 2022 15:31:57 +0100 Subject: [PATCH] Upgrade to HtmlUnit 2.60.0 Closes gh-30390 --- 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 026b1fa528..d41e4b33d0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -503,7 +503,7 @@ bom { ] } } - library("HtmlUnit", "2.59.0") { + library("HtmlUnit", "2.60.0") { group("net.sourceforge.htmlunit") { modules = [ "htmlunit" {