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 2019/08/13 11:47:37 UTC

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

Author: olegk
Date: Tue Aug 13 11:47:37 2019
New Revision: 1865028

URL: http://svn.apache.org/viewvc?rev=1865028&view=rev
Log:
Upgraded HttpCore dependency to version 4.4.11; upgraded HttpClient dependency to version 4.5.9

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=1865028&r1=1865027&r2=1865028&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/branches/4.1.x/pom.xml (original)
+++ httpcomponents/httpasyncclient/branches/4.1.x/pom.xml Tue Aug 13 11:47:37 2019
@@ -66,8 +66,8 @@
   <properties>
     <maven.compiler.source>1.6</maven.compiler.source>
     <maven.compiler.target>1.6</maven.compiler.target>
-    <httpcore.version>4.4.10</httpcore.version>
-    <httpclient.version>4.5.6</httpclient.version>
+    <httpcore.version>4.4.11</httpcore.version>
+    <httpclient.version>4.5.9</httpclient.version>
     <commons-logging.version>1.2</commons-logging.version>
     <commons-io.version>2.4</commons-io.version>
     <junit.version>4.11</junit.version>