From b31511ad4ac1d1878ca98cb92749f6e2d25ac14f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 11:24:33 +0000 Subject: [PATCH] Bump io.github.bonigarcia:webdrivermanager from 5.6.1 to 5.6.2 Bumps [io.github.bonigarcia:webdrivermanager](https://github.com/bonigarcia/webdrivermanager) from 5.6.1 to 5.6.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.6.1...webdrivermanager-5.6.2) --- updated-dependencies: - dependency-name: io.github.bonigarcia:webdrivermanager dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5812e1483..f06f36bb4 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ dependencies { testImplementation 'org.seleniumhq.selenium:selenium-java:4.15.0' testImplementation 'io.percy:percy-java-selenium:2.0.2' testImplementation 'org.awaitility:awaitility' - testImplementation 'io.github.bonigarcia:webdrivermanager:5.6.1' + testImplementation 'io.github.bonigarcia:webdrivermanager:5.6.2' testImplementation 'com.deque.html.axe-core:selenium:4.8.0' testAnnotationProcessor 'org.projectlombok:lombok'