From 61c47d3fc94613a9b2c8eaf5885169cc58a051ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:54:28 +0000 Subject: [PATCH] Bump org.seleniumhq.selenium:selenium-java from 4.23.0 to 4.26.0 Bumps [org.seleniumhq.selenium:selenium-java](https://github.com/SeleniumHQ/selenium) from 4.23.0 to 4.26.0. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.23.0...selenium-4.26.0) --- updated-dependencies: - dependency-name: org.seleniumhq.selenium:selenium-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5a151ca6b..cff8d7a7a 100644 --- a/build.gradle +++ b/build.gradle @@ -72,7 +72,7 @@ dependencies { testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.security:spring-security-test' testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.3.1' - testImplementation 'org.seleniumhq.selenium:selenium-java:4.23.0' + testImplementation 'org.seleniumhq.selenium:selenium-java:4.26.0' testImplementation 'io.percy:percy-java-selenium:2.0.5' testImplementation 'org.awaitility:awaitility' testImplementation 'com.deque.html.axe-core:selenium:4.9.1'