diff --git a/build.gradle b/build.gradle index 7cb8b8c8c..6563764f4 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.18.1' + testImplementation 'org.seleniumhq.selenium:selenium-java:4.22.0' testImplementation 'io.percy:percy-java-selenium:2.0.5' testImplementation 'org.awaitility:awaitility' testImplementation 'io.github.bonigarcia:webdrivermanager:5.7.0'