You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2020/02/16 19:53:40 UTC

[maven-wagon] 02/02: [WAGON-578] Upgrade HttpClient to 4.5.11

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-wagon.git

commit 2bcfebb7bbcd5b97512ed589c59c99df30e010bb
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Feb 16 20:52:12 2020 +0100

    [WAGON-578] Upgrade HttpClient to 4.5.11
---
 wagon-providers/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wagon-providers/pom.xml b/wagon-providers/pom.xml
index ff96c6b..8948086 100644
--- a/wagon-providers/pom.xml
+++ b/wagon-providers/pom.xml
@@ -50,7 +50,7 @@ under the License.
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpclient</artifactId>
-        <version>4.5.9</version>
+        <version>4.5.11</version>
       </dependency>
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>