From 3b6380d0b1eaa09a26388f8f95481688a9bcaa93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 09:15:44 +0300 Subject: [PATCH] Bump org.seleniumhq.selenium:selenium-java in /Plan (#3193) Bumps [org.seleniumhq.selenium:selenium-java](https://github.com/SeleniumHQ/selenium) from 4.12.0 to 4.12.1. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/commits) --- updated-dependencies: - dependency-name: org.seleniumhq.selenium:selenium-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Plan/common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/common/build.gradle b/Plan/common/build.gradle index a75040681..bc3ab71c3 100644 --- a/Plan/common/build.gradle +++ b/Plan/common/build.gradle @@ -92,7 +92,7 @@ dependencies { testArtifacts project(":extensions:adventure") testImplementation project(":extensions:adventure") testImplementation "com.google.code.gson:gson:$gsonVersion" - testImplementation "org.seleniumhq.selenium:selenium-java:4.12.0" + testImplementation "org.seleniumhq.selenium:selenium-java:4.12.1" testImplementation "org.testcontainers:testcontainers:$testContainersVersion" testImplementation "org.testcontainers:junit-jupiter:$testContainersVersion" testImplementation "org.testcontainers:nginx:$testContainersVersion"