From e7d1956b48bf3abbde44f50cb258d1119a1d3a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 05:06:22 +0000 Subject: [PATCH] Bump org.seleniumhq.selenium:selenium-remote-driver Bumps [org.seleniumhq.selenium:selenium-remote-driver](https://github.com/SeleniumHQ/selenium) from 4.23.0 to 4.23.1. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/commits) --- updated-dependencies: - dependency-name: org.seleniumhq.selenium:selenium-remote-driver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e216e97c..4f444f9b 100644 --- a/build.gradle +++ b/build.gradle @@ -113,7 +113,7 @@ dependencies { implementation "software.amazon.awssdk:devicefarm:${awsVersion}" implementation 'com.google.cloud:google-cloud-pubsub:1.132.0' implementation 'org.seleniumhq.selenium:selenium-java:4.23.1' - implementation 'org.seleniumhq.selenium:selenium-remote-driver:4.23.0' + implementation 'org.seleniumhq.selenium:selenium-remote-driver:4.23.1' implementation 'io.appium:java-client:9.3.0' implementation 'org.awaitility:awaitility:4.2.1' implementation 'org.wiremock:wiremock:3.9.1'