From b4a9a197112d5d7c99ed5965d3e95fcbc6a57575 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:37:41 +0000 Subject: [PATCH] Update dependency org.apache.httpcomponents:httpclient to v4.5.14 --- client/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/build.gradle b/client/build.gradle index 536ccf335..fac63cf29 100644 --- a/client/build.gradle +++ b/client/build.gradle @@ -4,7 +4,7 @@ description = '' dependencies { implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations' implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind' - implementation group: 'org.apache.httpcomponents', name: 'httpclient', version:'4.5.11' + implementation group: 'org.apache.httpcomponents', name: 'httpclient', version:'4.5.14' testImplementation group: 'com.github.tomakehurst', name: 'wiremock-standalone', version: '2.27.2' testImplementation group: 'commons-logging', name: 'commons-logging', version:'1.2' }