You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2016/06/12 14:04:49 UTC

svn commit: r1748008 - /httpcomponents/httpasyncclient/branches/4.1.x/pom.xml

Author: olegk
Date: Sun Jun 12 14:04:49 2016
New Revision: 1748008

URL: http://svn.apache.org/viewvc?rev=1748008&view=rev
Log:
Upgraded HttpClient dependency to version 4.5.2

Modified:
    httpcomponents/httpasyncclient/branches/4.1.x/pom.xml

Modified: httpcomponents/httpasyncclient/branches/4.1.x/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/branches/4.1.x/pom.xml?rev=1748008&r1=1748007&r2=1748008&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/branches/4.1.x/pom.xml (original)
+++ httpcomponents/httpasyncclient/branches/4.1.x/pom.xml Sun Jun 12 14:04:49 2016
@@ -67,7 +67,7 @@
     <maven.compiler.source>1.6</maven.compiler.source>
     <maven.compiler.target>1.6</maven.compiler.target>
     <httpcore.version>4.4.5</httpcore.version>
-    <httpclient.version>4.5.1</httpclient.version>
+    <httpclient.version>4.5.2</httpclient.version>
     <commons-logging.version>1.2</commons-logging.version>
     <commons-io.version>2.4</commons-io.version>
     <junit.version>4.11</junit.version>