From 850d239b5cbb9167c96bcf734b67c8b49d3b31d3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 6 Feb 2023 13:18:16 +0000 Subject: [PATCH] Upgrade to HtmlUnit 2.70.0 Closes gh-34085 --- 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 fe489901ec..18c63fa3c8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -372,7 +372,7 @@ bom { ] } } - library("HtmlUnit", "2.65.1") { + library("HtmlUnit", "2.70.0") { group("net.sourceforge.htmlunit") { modules = [ "htmlunit" {