From 9d8eb579db59b23193a3275a02f71eb3baff6858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 16:30:24 +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.11.0. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.0.0...selenium-4.11.0) --- 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 eb41645..43505c4 100644 --- a/grails532app/build.gradle +++ b/grails532app/build.gradle @@ -71,7 +71,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.11.0" 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"