From 2056a43e4654c2fe3623f7b5d48d121dd68582be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 10:41:12 +0000 Subject: [PATCH] Update dependency org.apache.httpcomponents:httpclient to v4.5.14 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index db62fcb39..7bd78c17a 100644 --- a/build.gradle +++ b/build.gradle @@ -246,7 +246,7 @@ dependencies { implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.7.0' implementation group: 'org.springdoc', name: 'springdoc-openapi-webmvc-core', version: '1.7.0' implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-netflix-hystrix', version: '2.1.6.RELEASE' - implementation group: 'org.apache.httpcomponents', name: 'httpclient', version:'4.5.11' + implementation group: 'org.apache.httpcomponents', name: 'httpclient', version:'4.5.14' implementation group: 'joda-time', name: 'joda-time', version: '2.10.5' implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0' implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.5'