From 88402c45977d330157ebf3782b7e19d623345526 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Aug 2021 13:08:23 +0100 Subject: [PATCH] Upgrade to HtmlUnit 2.52.0 Closes gh-27645 --- 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 a1c8ef7883..f9e835cd73 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -460,7 +460,7 @@ bom { ] } } - library("HtmlUnit", "2.51.0") { + library("HtmlUnit", "2.52.0") { group("net.sourceforge.htmlunit") { modules = [ "htmlunit" {