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 2014/08/18 13:12:56 UTC

git commit: upgrade httpclient to 4.3.5 and httpcore to 4.3.2

Repository: maven-wagon
Updated Branches:
  refs/heads/master 882f6065f -> 5235dac87


upgrade httpclient to 4.3.5 and httpcore to 4.3.2


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

Branch: refs/heads/master
Commit: 5235dac8779e6c0736f1dda5a9cda6909a3e3c72
Parents: 882f606
Author: Olivier Lamy <ol...@apache.org>
Authored: Mon Aug 18 21:01:45 2014 +1000
Committer: Olivier Lamy <ol...@apache.org>
Committed: Mon Aug 18 21:01:45 2014 +1000

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


http://git-wip-us.apache.org/repos/asf/maven-wagon/blob/5235dac8/wagon-providers/pom.xml
----------------------------------------------------------------------
diff --git a/wagon-providers/pom.xml b/wagon-providers/pom.xml
index 966972d..21729b6 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.3.1</version>
+        <version>4.3.5</version>
       </dependency>
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpcore</artifactId>
-        <version>4.3</version>
+        <version>4.3.2</version>
       </dependency>
       <dependency>
         <groupId>org.apache.sshd</groupId>