From b3874f041baad7c7466a11dfabc5125f802799b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 08:44:22 +0100 Subject: [PATCH] Bump org.apache.httpcomponents.client5:httpclient5 from 5.2.1 to 5.3 (#2524) Bumps [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) from 5.2.1 to 5.3. - [Changelog](https://github.com/apache/httpcomponents-client/blob/master/RELEASE_NOTES.txt) - [Commits](https://github.com/apache/httpcomponents-client/compare/rel/v5.2.1...rel/v5.3) --- updated-dependencies: - dependency-name: org.apache.httpcomponents.client5:httpclient5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7a19173a8f..d3409eecf9 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ dependencies { "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" - api "org.apache.httpcomponents.client5:httpclient5:5.2.1" + api "org.apache.httpcomponents.client5:httpclient5:5.3" api "org.xmlunit:xmlunit-core:$versions.xmlUnit" api "org.xmlunit:xmlunit-legacy:$versions.xmlUnit", { exclude group: 'junit', module: 'junit'