From d1b90583a69ddd686382c91e027d78d1d284828a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 10:25:39 +0000 Subject: [PATCH] Bump io.github.bonigarcia:webdrivermanager from 5.5.2 to 5.5.3 Bumps [io.github.bonigarcia:webdrivermanager](https://github.com/bonigarcia/webdrivermanager) from 5.5.2 to 5.5.3. - [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.5.2...webdrivermanager-5.5.3) --- 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 18b7be1fb..28f51ad00 100644 --- a/build.gradle +++ b/build.gradle @@ -104,7 +104,7 @@ dependencies { // we should take a look at this dependency and see if it's really testing things correctly and // monitor the dependencies. testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.2.1' - testImplementation 'io.github.bonigarcia:webdrivermanager:5.5.2' + testImplementation 'io.github.bonigarcia:webdrivermanager:5.5.3' testImplementation 'org.awaitility:awaitility' testImplementation 'org.seleniumhq.selenium:selenium-java' testImplementation 'org.postgresql:postgresql'