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 2018/09/30 20:37:56 UTC

[maven-resolver] 02/03: [MRESOLVER-58] Upgrade HttpClient to 4.5.6

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-resolver.git

commit b0e00732fc68c6fe33bd8861efad0cecbced2f76
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Sep 30 22:32:23 2018 +0200

    [MRESOLVER-58] Upgrade HttpClient to 4.5.6
---
 maven-resolver-transport-http/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-resolver-transport-http/pom.xml b/maven-resolver-transport-http/pom.xml
index 7a46d0d..f0c2cdf 100644
--- a/maven-resolver-transport-http/pom.xml
+++ b/maven-resolver-transport-http/pom.xml
@@ -57,7 +57,7 @@
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
-      <version>4.5.4</version>
+      <version>4.5.6</version>
       <exclusions>
         <exclusion>
           <!-- using jcl-over-slf4j instead -->