From 397c437eaa2345151bcb8e1f3afff5180d8746e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 03:58:50 +0000 Subject: [PATCH] Bump net.sourceforge.htmlunit:htmlunit from 2.37.0 to 2.70.0 Bumps [net.sourceforge.htmlunit:htmlunit](https://github.com/HtmlUnit/htmlunit) from 2.37.0 to 2.70.0. - [Release notes](https://github.com/HtmlUnit/htmlunit/releases) - [Commits](https://github.com/HtmlUnit/htmlunit/compare/2.37.0...2.70.0) --- updated-dependencies: - dependency-name: net.sourceforge.htmlunit:htmlunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- buildSrc/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index d528cfe5..8e3a979b 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -70,7 +70,7 @@ dependencies { implementation 'com.github.spullara.mustache.java:compiler:0.9.11' implementation 'io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.41' implementation 'io.spring.nohttp:nohttp-gradle:0.0.11' - implementation 'net.sourceforge.htmlunit:htmlunit:2.37.0' + implementation 'net.sourceforge.htmlunit:htmlunit:2.70.0' implementation 'org.hidetake:gradle-ssh-plugin:2.10.1' implementation 'org.jfrog.buildinfo:build-info-extractor-gradle:4.29.4' implementation 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.8.0.1969'