From a9cc2a4aa124cea589a30da3b037777c50f798ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 16:53:06 -0800 Subject: [PATCH] Bump io.percy:percy-java-selenium from 2.0.2 to 2.0.3 (#287) Bumps [io.percy:percy-java-selenium](https://github.com/percy/percy-java-selenium) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/percy/percy-java-selenium/releases) - [Commits](https://github.com/percy/percy-java-selenium/compare/v2.0.2...v2.0.3) --- updated-dependencies: - dependency-name: io.percy:percy-java-selenium dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Gonzalez --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f6977789..707943eb 100644 --- a/build.gradle +++ b/build.gradle @@ -73,7 +73,7 @@ dependencies { testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.security:spring-security-test' testImplementation 'org.seleniumhq.selenium:selenium-java' - testImplementation 'io.percy:percy-java-selenium:2.0.2' + testImplementation 'io.percy:percy-java-selenium:2.0.3' testImplementation 'org.awaitility:awaitility' testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.3.1' testImplementation 'io.github.bonigarcia:webdrivermanager:5.6.2'