From 2aad67d7cfe12dd0b2dac5ded412b63ba433297d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Oct 2021 21:04:04 +0000 Subject: [PATCH] Bump selenium-remote-driver from 3.141.59 to 4.0.0 in /e2e-tests Bumps [selenium-remote-driver](https://github.com/SeleniumHQ/selenium) from 3.141.59 to 4.0.0. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-3.141.59...selenium-4.0.0) --- updated-dependencies: - dependency-name: org.seleniumhq.selenium:selenium-remote-driver dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- e2e-tests/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/build.gradle b/e2e-tests/build.gradle index f433e1c..6881440 100644 --- a/e2e-tests/build.gradle +++ b/e2e-tests/build.gradle @@ -12,7 +12,7 @@ repositories { dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.7.1' testImplementation 'org.spockframework:spock-core:2.0-M2-groovy-2.5' - testImplementation 'org.seleniumhq.selenium:selenium-remote-driver:3.141.59' + testImplementation 'org.seleniumhq.selenium:selenium-remote-driver:4.0.0' testImplementation 'org.seleniumhq.selenium:selenium-firefox-driver:3.141.59' testImplementation('org.gebish:geb-spock:3.4') { exclude group: 'org.codehaus.groovy'