From b0792070dd8d5faca8afc6c9c34f6af4f90b5bef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 09:59:13 +0000 Subject: [PATCH] Bump org.seleniumhq.selenium:selenium-firefox-driver in /examples Bumps [org.seleniumhq.selenium:selenium-firefox-driver](https://github.com/SeleniumHQ/selenium) from 3.141.59 to 4.8.1. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-3.141.59...selenium-4.8.1) --- updated-dependencies: - dependency-name: org.seleniumhq.selenium:selenium-firefox-driver dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/cucumber/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cucumber/build.gradle b/examples/cucumber/build.gradle index 78d042b95fd..ded964d50e6 100644 --- a/examples/cucumber/build.gradle +++ b/examples/cucumber/build.gradle @@ -8,7 +8,7 @@ repositories { dependencies { implementation 'org.seleniumhq.selenium:selenium-remote-driver:3.141.59' - implementation 'org.seleniumhq.selenium:selenium-firefox-driver:3.141.59' + implementation 'org.seleniumhq.selenium:selenium-firefox-driver:4.8.1' implementation 'org.seleniumhq.selenium:selenium-chrome-driver:3.141.59' testImplementation 'io.cucumber:cucumber-java:7.2.3' testImplementation 'io.cucumber:cucumber-junit:7.2.3'