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 2019/02/03 11:57:23 UTC

[maven-wagon] 02/02: [WAGON-548] Upgrade HttpClient to 4.5.7

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 36dc4b3a18dc390e06db4731f659980d02ca4394
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Feb 3 12:57:06 2019 +0100

    [WAGON-548] Upgrade HttpClient to 4.5.7
---
 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 3fb1965..64f4632 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.6</version>
+        <version>4.5.7</version>
       </dependency>
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>