From 015757f010d5dcc6574e63f17ff2e8cab0094a7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 00:28:12 +0000 Subject: [PATCH] Bump org.seleniumhq.selenium:selenium-remote-driver Bumps [org.seleniumhq.selenium:selenium-remote-driver](https://github.com/SeleniumHQ/selenium) from 4.14.1 to 4.15.0. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.15.0) --- updated-dependencies: - dependency-name: org.seleniumhq.selenium:selenium-remote-driver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 40466b03..128bd03f 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ dependencies { implementation 'com.amazonaws:aws-java-sdk-s3:1.12.578' implementation 'io.appium:java-client:8.5.1' implementation 'org.seleniumhq.selenium:selenium-java:4.13.0' - implementation 'org.seleniumhq.selenium:selenium-remote-driver:4.14.1' + implementation 'org.seleniumhq.selenium:selenium-remote-driver:4.15.0' implementation 'org.assertj:assertj-core:3.24.2' implementation 'org.hamcrest:hamcrest-all:1.3' implementation 'org.testng:testng:7.8.0'