From e252ff4e0a8757ff716851e2cc1e7ffeb1500e88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 15:19:55 -0800 Subject: [PATCH] Bump io.percy:percy-java-selenium from 2.0.3 to 2.0.4 (#289) Bumps [io.percy:percy-java-selenium](https://github.com/percy/percy-java-selenium) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/percy/percy-java-selenium/releases) - [Commits](https://github.com/percy/percy-java-selenium/compare/v2.0.3...v2.0.4) --- 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 9972224c..8365c893 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.3' + testImplementation 'io.percy:percy-java-selenium:2.0.4' testImplementation 'org.awaitility:awaitility' testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.3.1' testImplementation 'io.github.bonigarcia:webdrivermanager:5.6.3'