From 10b850b914334276fa93971b00d9f7ab6d3ff8ca Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 06:06:08 +0000 Subject: [PATCH] Bump htmlunit from 2.29 to 2.51.0 Bumps [htmlunit](https://github.com/HtmlUnit/htmlunit) from 2.29 to 2.51.0. - [Release notes](https://github.com/HtmlUnit/htmlunit/releases) - [Commits](https://github.com/HtmlUnit/htmlunit/compare/HtmlUnit-2.29...2.51.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..ce9416f 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.51.0" jacocoVersion = '0.8.1' jackson = '2.7.7' joda = "2.9.4"