From 37c4cfbe341a804508da8e1ac63360d113fd0841 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 13 Oct 2022 17:14:59 +0100 Subject: [PATCH] Upgrade to HtmlUnit 2.65.1 Closes gh-32706 --- 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 3a0513df61..dc4e2c4b1d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -391,7 +391,7 @@ bom { ] } } - library("HtmlUnit", "2.64.0") { + library("HtmlUnit", "2.65.1") { group("net.sourceforge.htmlunit") { modules = [ "htmlunit" {