From 6beb0233cb44e90fa46e0f395fc26493a036007f Mon Sep 17 00:00:00 2001 From: Silviu BURCEA <2476082+silviuburceadev@users.noreply.github.com> Date: Wed, 30 Apr 2025 11:46:04 +0300 Subject: [PATCH] Updated httpclient5 version to fix CVE-2025-27820 httpclient5 fixed it in 5.4.3 release, see https://nvd.nist.gov/vuln/detail/CVE-2025-27820 --- client/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pom.xml b/client/pom.xml index eea9088e..f3506732 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -168,7 +168,7 @@ org.apache.httpcomponents.client5 httpclient5 - 5.4.1 + 5.4.4 com.google.code.gson