diff --git a/build.gradle b/build.gradle index 9bda5939..4ba0c901 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ dependencies { testImplementation 'io.percy:percy-java-selenium:2.0.5' testImplementation 'org.awaitility:awaitility' testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.3.1' - testImplementation 'io.github.bonigarcia:webdrivermanager:5.8.0' + testImplementation 'io.github.bonigarcia:webdrivermanager:5.9.2' testImplementation 'com.h2database:h2' runtimeOnly 'org.postgresql:postgresql'