From 0a865a413037887d48d85d09f845ff0fc08b35c2 Mon Sep 17 00:00:00 2001 From: Charley Wu Date: Sat, 15 May 2021 17:41:59 +0800 Subject: [PATCH] Bump org.apache.httpcomponents.httpclient from 4.5.12 to 4.5.13 Apache HttpClient versions prior to version 4.5.13 and 5.0.3 can misinterpret malformed authority component in request URIs passed to the library as java.net.URI object and pick the wrong target host for request execution. - https://snyk.io/vuln/SNYK-DEBIAN9-HTTPCOMPONENTSCLIENT-1016928 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e507629..cc6f07b 100644 --- a/pom.xml +++ b/pom.xml @@ -148,7 +148,7 @@ org.apache.httpcomponents httpclient - 4.5.12 + 4.5.13