From 733b5eee41b561a3a8e471b39fda6c817cd7ed10 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 21 Oct 2021 14:43:17 +0100 Subject: [PATCH] Upgrade to HtmlUnit 2.54.0 Closes gh-28415 --- 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 a3c2ccf6cb..ccc21dd17d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -463,7 +463,7 @@ bom { ] } } - library("HtmlUnit", "2.53.0") { + library("HtmlUnit", "2.54.0") { group("net.sourceforge.htmlunit") { modules = [ "htmlunit" {