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 2016/05/01 12:56:51 UTC

[49/50] [abbrv] maven-aether git commit: Updated to httpclient:4.3.5

Updated to httpclient:4.3.5


Project: http://git-wip-us.apache.org/repos/asf/maven-aether/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-aether/commit/80334ca5
Tree: http://git-wip-us.apache.org/repos/asf/maven-aether/tree/80334ca5
Diff: http://git-wip-us.apache.org/repos/asf/maven-aether/diff/80334ca5

Branch: refs/heads/master
Commit: 80334ca56c2f7063cef400fff70a54d8591ab52e
Parents: 6f1e141
Author: Benjamin Bentmann <be...@sonatype.com>
Authored: Sun Nov 23 16:08:31 2014 +0100
Committer: Benjamin Bentmann <be...@sonatype.com>
Committed: Sun Nov 23 16:08:31 2014 +0100

----------------------------------------------------------------------
 aether-transport-http/pom.xml | 2 +-
 pom.xml                       | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-aether/blob/80334ca5/aether-transport-http/pom.xml
----------------------------------------------------------------------
diff --git a/aether-transport-http/pom.xml b/aether-transport-http/pom.xml
index d41e776..c743fa9 100644
--- a/aether-transport-http/pom.xml
+++ b/aether-transport-http/pom.xml
@@ -47,7 +47,7 @@
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
-      <version>4.2.6</version>
+      <version>4.3.5</version>
       <exclusions>
         <exclusion>
           <!-- using jcl-over-slf4j instead -->

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/80334ca5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ae84f1d..7b3f191 100644
--- a/pom.xml
+++ b/pom.xml
@@ -548,10 +548,10 @@
                     <include>com.google.guava:guava:[11.0.2]</include>
                     <!-- CQ #5639 -->
                     <include>javax.inject:javax.inject:[1]</include>
-                    <!-- CQ #7657 -->
-                    <include>org.apache.httpcomponents:httpclient:[4.2.6]</include>
-                    <!-- CQ #7656 -->
-                    <include>org.apache.httpcomponents:httpcore:[4.2.5]</include>
+                    <!-- CQ #8596 -->
+                    <include>org.apache.httpcomponents:httpclient:[4.3.5]</include>
+                    <!-- CQ #8595 -->
+                    <include>org.apache.httpcomponents:httpcore:[4.3.2]</include>
                     <!-- CQ #7346 -->
                     <include>commons-codec:commons-codec:[1.6]</include>
                     <!-- CQ #7347 -->