From c8db8d0722f42fce01f48b0b461e531ec58145fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 19:00:58 +0000 Subject: [PATCH] Bump selenium-remote-driver from 3.141.59 to 4.8.0 in /modules/selenium Bumps [selenium-remote-driver](https://github.com/SeleniumHQ/selenium) from 3.141.59 to 4.8.0. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-3.141.59...selenium-4.8.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] --- modules/selenium/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/selenium/build.gradle b/modules/selenium/build.gradle index 7c6d81ca1bf..51f8cdf6b1f 100644 --- a/modules/selenium/build.gradle +++ b/modules/selenium/build.gradle @@ -3,7 +3,7 @@ description = "Testcontainers :: Selenium" dependencies { compile project(':testcontainers') - provided 'org.seleniumhq.selenium:selenium-remote-driver:3.141.59' + provided 'org.seleniumhq.selenium:selenium-remote-driver:4.8.0' provided 'org.seleniumhq.selenium:selenium-chrome-driver:3.141.59' testCompile 'org.seleniumhq.selenium:selenium-firefox-driver:3.141.59' testCompile 'org.seleniumhq.selenium:selenium-support:3.141.59'