From e7ec4e71c6c788c528368f1d1a366f5c7532542e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 15:04:06 +0000 Subject: [PATCH] Bump org.seleniumhq.selenium:selenium-remote-driver in /grails532app Bumps [org.seleniumhq.selenium:selenium-remote-driver](https://github.com/SeleniumHQ/selenium) from 4.0.0 to 4.9.1. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.0.0...selenium-4.9.1) --- 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] --- grails532app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grails532app/build.gradle b/grails532app/build.gradle index 1a5700d..0e39925 100644 --- a/grails532app/build.gradle +++ b/grails532app/build.gradle @@ -70,7 +70,7 @@ dependencies { testImplementation "org.mockito:mockito-core" testImplementation "org.grails:grails-web-testing-support" testImplementation "org.grails.plugins:geb" - testImplementation "org.seleniumhq.selenium:selenium-remote-driver:4.0.0" + testImplementation "org.seleniumhq.selenium:selenium-remote-driver:4.9.1" testImplementation "org.seleniumhq.selenium:selenium-api:4.0.0" testImplementation "org.seleniumhq.selenium:selenium-support:4.0.0" testRuntimeOnly "org.seleniumhq.selenium:selenium-chrome-driver:4.0.0"