You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2018/03/12 05:24:31 UTC

svn commit: r1826497 - in /httpcomponents/httpasyncclient/branches/4.1.x: RELEASE_NOTES.txt pom.xml

Author: ggregory
Date: Mon Mar 12 05:24:31 2018
New Revision: 1826497

URL: http://svn.apache.org/viewvc?rev=1826497&view=rev
Log:
HttpCore upgraded to version 4.4.9; HttpClient upgraded to version 4.5.5.

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

Modified: httpcomponents/httpasyncclient/branches/4.1.x/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/branches/4.1.x/RELEASE_NOTES.txt?rev=1826497&r1=1826496&r2=1826497&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/branches/4.1.x/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpasyncclient/branches/4.1.x/RELEASE_NOTES.txt Mon Mar 12 05:24:31 2018
@@ -7,6 +7,10 @@ HttpCore and HttpClient dependencies.
 * [HTTPASYNC-135] HttpAsyncMethods.createHead() methods creates HttpGet objects.
   Contributed by Mateusz Matela <mateusz dot matela at gmail dot>
 
+* HttpCore upgraded to version 4.4.9
+
+* HttpClient upgraded to version 4.5.5
+
 
 Changelog
 -------------------

Modified: httpcomponents/httpasyncclient/branches/4.1.x/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/branches/4.1.x/pom.xml?rev=1826497&r1=1826496&r2=1826497&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/branches/4.1.x/pom.xml (original)
+++ httpcomponents/httpasyncclient/branches/4.1.x/pom.xml Mon Mar 12 05:24:31 2018
@@ -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.7</httpcore.version>
-    <httpclient.version>4.5.3</httpclient.version>
+    <httpcore.version>4.4.9</httpcore.version>
+    <httpclient.version>4.5.5</httpclient.version>
     <commons-logging.version>1.2</commons-logging.version>
     <commons-io.version>2.4</commons-io.version>
     <junit.version>4.11</junit.version>