From 60e16ccb289e2f83b71fc02a62ae7fccbdaf1c03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 08:00:31 +0000 Subject: [PATCH] Bump org.seleniumhq.selenium:selenium-java in /Plan Bumps [org.seleniumhq.selenium:selenium-java](https://github.com/SeleniumHQ/selenium) from 4.27.0 to 4.29.0. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.27.0...selenium-4.29.0) --- updated-dependencies: - dependency-name: org.seleniumhq.selenium:selenium-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index d4bcbf4f26..4a081a97f3 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -92,7 +92,7 @@ subprojects { junitVersion = "5.11.4" mockitoVersion = "5.15.2" - seleniumVersion = "4.27.0" + seleniumVersion = "4.29.0" testContainersVersion = "1.20.5" awaitilityVersion = "4.2.2" swaggerVersion = "2.2.28"