You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2017/06/30 05:56:35 UTC

maven-wagon git commit: use http components last version

Repository: maven-wagon
Updated Branches:
  refs/heads/master 1247688c2 -> 37dfe3a8f


use http components last version

Signed-off-by: olivier lamy <ol...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/37dfe3a8
Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tree/37dfe3a8
Diff: http://git-wip-us.apache.org/repos/asf/maven-wagon/diff/37dfe3a8

Branch: refs/heads/master
Commit: 37dfe3a8fe1f4cadc20876b76eabfe91e4976abd
Parents: 1247688
Author: olivier lamy <ol...@apache.org>
Authored: Fri Jun 30 15:56:09 2017 +1000
Committer: olivier lamy <ol...@apache.org>
Committed: Fri Jun 30 15:56:09 2017 +1000

----------------------------------------------------------------------
 wagon-providers/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-wagon/blob/37dfe3a8/wagon-providers/pom.xml
----------------------------------------------------------------------
diff --git a/wagon-providers/pom.xml b/wagon-providers/pom.xml
index 88121d8..f357b51 100644
--- a/wagon-providers/pom.xml
+++ b/wagon-providers/pom.xml
@@ -50,12 +50,12 @@ under the License.
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpclient</artifactId>
-        <version>4.5.2</version>
+        <version>4.5.3</version>
       </dependency>
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpcore</artifactId>
-        <version>4.4.4</version>
+        <version>4.4.6</version>
       </dependency>
       <dependency>
         <groupId>org.apache.sshd</groupId>