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 2020/03/07 09:58:20 UTC

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

Author: olegk
Date: Sat Mar  7 09:58:20 2020
New Revision: 1874933

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

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=1874933&r1=1874932&r2=1874933&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/branches/4.1.x/pom.xml (original)
+++ httpcomponents/httpasyncclient/branches/4.1.x/pom.xml Sat Mar  7 09:58:20 2020
@@ -67,7 +67,7 @@
     <maven.compiler.source>1.6</maven.compiler.source>
     <maven.compiler.target>1.6</maven.compiler.target>
     <httpcore.version>4.4.13</httpcore.version>
-    <httpclient.version>4.5.11</httpclient.version>
+    <httpclient.version>4.5.12</httpclient.version>
     <commons-logging.version>1.2</commons-logging.version>
     <commons-io.version>2.4</commons-io.version>
     <junit.version>4.11</junit.version>