From 14bfa2af2a2fe65ce5fc726705da16cd2ecb45a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 03:54:09 +0000 Subject: [PATCH] Bump org-seleniumhq-selenium from 4.8.3 to 4.13.0 Bumps `org-seleniumhq-selenium` from 4.8.3 to 4.13.0. Updates `org.seleniumhq.selenium:htmlunit-driver` from 4.8.3 to 4.13.0 - [Release notes](https://github.com/SeleniumHQ/htmlunit-driver/releases) - [Commits](https://github.com/SeleniumHQ/htmlunit-driver/compare/htmlunit-driver-4.8.3...htmlunit-driver-4.13.0) Updates `org.seleniumhq.selenium:selenium-support` from 4.8.3 to 4.13.0 - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.13.0) --- updated-dependencies: - dependency-name: org.seleniumhq.selenium:htmlunit-driver dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.seleniumhq.selenium:selenium-support 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 eec48467..446d844d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ org-codehaus-groovy = "3.0.19" org-gretty = "4.1.1" org-mockito = "5.11.0" org-mongodb = "4.11.1" -org-seleniumhq-selenium = "4.8.3" +org-seleniumhq-selenium = "4.13.0" org-slf4j = "2.0.12" org-testcontainers = "1.19.7" org-springframework-boot = "3.2.3"