From b195976c8f8ffc79293eb22a6724b8886455ac2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 11:53:36 -0500 Subject: [PATCH] Bump io.github.bonigarcia:webdrivermanager from 5.8.0 to 5.9.2 (#319) Bumps [io.github.bonigarcia:webdrivermanager](https://github.com/bonigarcia/webdrivermanager) from 5.8.0 to 5.9.2. - [Release notes](https://github.com/bonigarcia/webdrivermanager/releases) - [Changelog](https://github.com/bonigarcia/webdrivermanager/blob/master/CHANGELOG.md) - [Commits](https://github.com/bonigarcia/webdrivermanager/compare/webdrivermanager-5.8.0...webdrivermanager-5.9.2) --- updated-dependencies: - dependency-name: io.github.bonigarcia:webdrivermanager dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc P --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9bda5939..4ba0c901 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ dependencies { testImplementation 'io.percy:percy-java-selenium:2.0.5' testImplementation 'org.awaitility:awaitility' testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.3.1' - testImplementation 'io.github.bonigarcia:webdrivermanager:5.8.0' + testImplementation 'io.github.bonigarcia:webdrivermanager:5.9.2' testImplementation 'com.h2database:h2' runtimeOnly 'org.postgresql:postgresql'