From 4478ec5ea9392f26d6e7a2a194d8e907f045ecd7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Oct 2020 09:29:53 +0200 Subject: [PATCH] Upgrade to HtmlUnit 2.44.0 Closes gh-23648 --- 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 60e164f1bc1..2e0e3889ccf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -436,7 +436,7 @@ bom { ] } } - library("HtmlUnit", "2.43.0") { + library("HtmlUnit", "2.44.0") { group("net.sourceforge.htmlunit") { modules = [ "htmlunit" {