From 613eab764f9b7ad7e9be357386e4fe6cff6d52dd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 29 Apr 2020 14:34:29 +0200 Subject: [PATCH] Upgrade to HtmlUnit 2.39.1 Closes gh-21236 --- 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 7405c16cdfd..c350f70fc8d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -476,7 +476,7 @@ bom { ] } } - library("HtmlUnit", "2.38.0") { + library("HtmlUnit", "2.39.1") { group("net.sourceforge.htmlunit") { modules = [ "htmlunit" {