From aa063fa56d5687edb2c5b2ad8bb981abb6ff9cc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 23:25:19 +0800 Subject: [PATCH] Bump org.htmlunit:htmlunit (#74) Bumps the gradle-dependencies group in /functional-tests with 1 update: [org.htmlunit:htmlunit](https://github.com/HtmlUnit/htmlunit). Updates `org.htmlunit:htmlunit` from 4.4.0 to 4.5.0 - [Release notes](https://github.com/HtmlUnit/htmlunit/releases) - [Commits](https://github.com/HtmlUnit/htmlunit/compare/4.4.0...4.5.0) --- updated-dependencies: - dependency-name: org.htmlunit:htmlunit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- functional-tests/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functional-tests/build.gradle b/functional-tests/build.gradle index dbe7d64..fc9e0b1 100644 --- a/functional-tests/build.gradle +++ b/functional-tests/build.gradle @@ -11,7 +11,7 @@ repositories { dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'com.thoughtworks.gauge:gauge-java:+' - testImplementation 'org.htmlunit:htmlunit:4.4.0' + testImplementation 'org.htmlunit:htmlunit:4.5.0' testImplementation 'se.fishtank:css-selectors:2.0' testImplementation 'org.jsoup:jsoup:1.18.1' testImplementation 'org.assertj:assertj-core:3.26.3'