diff --git a/build.gradle b/build.gradle index 18b7be1fb..28f51ad00 100644 --- a/build.gradle +++ b/build.gradle @@ -104,7 +104,7 @@ dependencies { // we should take a look at this dependency and see if it's really testing things correctly and // monitor the dependencies. testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.2.1' - testImplementation 'io.github.bonigarcia:webdrivermanager:5.5.2' + testImplementation 'io.github.bonigarcia:webdrivermanager:5.5.3' testImplementation 'org.awaitility:awaitility' testImplementation 'org.seleniumhq.selenium:selenium-java' testImplementation 'org.postgresql:postgresql'