From eb65bd3dde8c747753f2cc5804f63a6bb5bea2ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 11:04:25 +0000 Subject: [PATCH] Bump selenium-remote-driver from 3.141.59 to 4.4.0 in /modules/selenium Bumps [selenium-remote-driver](https://github.com/SeleniumHQ/selenium) from 3.141.59 to 4.4.0. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-3.141.59...selenium-4.4.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 f91bb361775..86cb3e24312 100644 --- a/modules/selenium/build.gradle +++ b/modules/selenium/build.gradle @@ -3,7 +3,7 @@ description = "Testcontainers :: Selenium" dependencies { api project(':testcontainers') - provided 'org.seleniumhq.selenium:selenium-remote-driver:3.141.59' + provided 'org.seleniumhq.selenium:selenium-remote-driver:4.4.0' provided 'org.seleniumhq.selenium:selenium-chrome-driver:3.141.59' testImplementation 'org.seleniumhq.selenium:selenium-firefox-driver:3.141.59' testImplementation 'org.seleniumhq.selenium:selenium-support:3.141.59'