From 38e70c889c6db91d01cc3cec51490c12d9fcfe6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 11:46:57 +0000 Subject: [PATCH] build(deps): Bump io.github.bonigarcia:webdrivermanager Bumps [io.github.bonigarcia:webdrivermanager](https://github.com/bonigarcia/webdrivermanager) from 6.0.0 to 6.0.1. - [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-6.0.0...webdrivermanager-6.0.1) --- updated-dependencies: - dependency-name: io.github.bonigarcia:webdrivermanager dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 1f97df659..0938e0d32 100644 --- a/build.gradle +++ b/build.gradle @@ -214,7 +214,7 @@ testing { test { dependencies { implementation "org.seleniumhq.selenium:selenium-chrome-driver:${seleniumVersion}" - implementation('io.github.bonigarcia:webdrivermanager:6.0.0') { + implementation('io.github.bonigarcia:webdrivermanager:6.0.1') { exclude group: 'org.seleniumhq.selenium' } } @@ -258,7 +258,7 @@ testing { dependencies { implementation project() implementation(sourceSets.test.output) - implementation('io.github.bonigarcia:webdrivermanager:6.0.0') { + implementation('io.github.bonigarcia:webdrivermanager:6.0.1') { exclude group: 'org.seleniumhq.selenium' } }