From d07e0afacf120d622a3c8d3ba36fde2156c3ef4d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 06:30:10 +0000 Subject: [PATCH] Bump htmlunit from 2.29 to 2.48.0 Bumps [htmlunit](https://github.com/HtmlUnit/htmlunit) from 2.29 to 2.48.0. - [Release notes](https://github.com/HtmlUnit/htmlunit/releases) - [Commits](https://github.com/HtmlUnit/htmlunit/compare/HtmlUnit-2.29...2.48.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..33e87a7 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.48.0" jacocoVersion = '0.8.1' jackson = '2.7.7' joda = "2.9.4"