From 28d1bcade3b0da58548141ee3fe3ac6c40001d46 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 06:09:29 +0000 Subject: [PATCH] Bump htmlunit from 2.29 to 2.52.0 Bumps [htmlunit](https://github.com/HtmlUnit/htmlunit) from 2.29 to 2.52.0. - [Release notes](https://github.com/HtmlUnit/htmlunit/releases) - [Commits](https://github.com/HtmlUnit/htmlunit/compare/HtmlUnit-2.29...2.52.0) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 68617c2..7aea34b 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ allprojects { groovy = "2.5.0" guava = "20.0" grails = "3.2.4" - htmlUnit = "2.29" + htmlUnit = "2.52.0" jacocoVersion = '0.8.1' jackson = '2.7.7' joda = "2.9.4"