diff --git a/build.gradle b/build.gradle index 81630ffa..3b6e536b 100644 --- a/build.gradle +++ b/build.gradle @@ -106,7 +106,7 @@ dependencies { // aws-java-sdk-s3 uses version httpclient:4.5.13, so if we see any differences in testing going forward // 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.3.1' + testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.4.1' testImplementation 'io.github.bonigarcia:webdrivermanager:5.9.2' testImplementation 'org.awaitility:awaitility' testImplementation 'org.seleniumhq.selenium:selenium-java'