From 071906b944d5b3d2e53abfbb732d76e4b64b9e68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 03:34:55 +0000 Subject: [PATCH] Bump org.seleniumhq.selenium:htmlunit3-driver from 4.29.0 to 4.30.0 Bumps [org.seleniumhq.selenium:htmlunit3-driver](https://github.com/SeleniumHQ/htmlunit-driver) from 4.29.0 to 4.30.0. - [Release notes](https://github.com/SeleniumHQ/htmlunit-driver/releases) - [Commits](https://github.com/SeleniumHQ/htmlunit-driver/compare/4.29.0...4.30.0) --- updated-dependencies: - dependency-name: org.seleniumhq.selenium:htmlunit3-driver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 991364327c..785b9f8d8a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -83,7 +83,7 @@ org-opensaml-opensaml-saml-impl = { module = "org.opensaml:opensaml-saml-impl", org-opensaml-opensaml5-saml-api = { module = "org.opensaml:opensaml-saml-api", version.ref = "org-opensaml5" } org-opensaml-opensaml5-saml-impl = { module = "org.opensaml:opensaml-saml-impl", version.ref = "org-opensaml5" } org-python-jython = { module = "org.python:jython", version = "2.5.3" } -org-seleniumhq-selenium-htmlunit-driver = "org.seleniumhq.selenium:htmlunit3-driver:4.29.0" +org-seleniumhq-selenium-htmlunit-driver = "org.seleniumhq.selenium:htmlunit3-driver:4.30.0" org-seleniumhq-selenium-selenium-java = "org.seleniumhq.selenium:selenium-java:4.30.0" org-seleniumhq-selenium-selenium-support = "org.seleniumhq.selenium:selenium-support:3.141.59" org-skyscreamer-jsonassert = "org.skyscreamer:jsonassert:1.5.3"