From 9ed4eb75a7ffa9463e0a2df87a088f2bd7a57d40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:05:27 +0000 Subject: [PATCH] Bump org.apache.httpcomponents.client5:httpclient5 from 5.3.1 to 5.4.1 Bumps [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) from 5.3.1 to 5.4.1. - [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.4.1/RELEASE_NOTES.txt) - [Commits](https://github.com/apache/httpcomponents-client/compare/rel/v5.3.1...rel/v5.4.1) --- updated-dependencies: - dependency-name: org.apache.httpcomponents.client5:httpclient5 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 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'