From 420b6de2cbd19c18df3d4580b6e6a129e1499bd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 23:17:14 +0000 Subject: [PATCH] Bump io.github.bonigarcia:webdrivermanager from 5.8.0 to 5.9.2 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5ca1677a..81db66fd 100644 --- a/build.gradle +++ b/build.gradle @@ -75,7 +75,7 @@ dependencies { testImplementation 'org.seleniumhq.selenium:selenium-java:4.21.0' testImplementation 'io.percy:percy-java-selenium:2.0.5' testImplementation 'org.awaitility:awaitility' - testImplementation 'io.github.bonigarcia:webdrivermanager:5.8.0' + testImplementation 'io.github.bonigarcia:webdrivermanager:5.9.2' testImplementation 'com.deque.html.axe-core:selenium:4.9.1' testAnnotationProcessor 'org.projectlombok:lombok'