From 1849cddcd36f483c99da2042ff2978e32ab07122 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Sep 2022 14:16:43 +0200 Subject: [PATCH] Upgrade to HtmlUnit 2.64.0 Closes gh-32346 --- 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 081b16db6b..f79f0eba59 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -384,7 +384,7 @@ bom { ] } } - library("HtmlUnit", "2.63.0") { + library("HtmlUnit", "2.64.0") { group("net.sourceforge.htmlunit") { modules = [ "htmlunit" {