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 2021/12/07 21:12:52 UTC

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

Author: olegk
Date: Tue Dec  7 21:12:52 2021
New Revision: 1895664

URL: http://svn.apache.org/viewvc?rev=1895664&view=rev
Log:
Upgraded HttpCore to version 4.4.15; upgraded HttpClient to version 4.5.13

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=1895664&r1=1895663&r2=1895664&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/branches/4.1.x/pom.xml (original)
+++ httpcomponents/httpasyncclient/branches/4.1.x/pom.xml Tue Dec  7 21:12:52 2021
@@ -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.14</httpcore.version>
-    <httpclient.version>4.5.12</httpclient.version>
+    <httpcore.version>4.4.15</httpcore.version>
+    <httpclient.version>4.5.13</httpclient.version>
     <commons-logging.version>1.2</commons-logging.version>
     <commons-io.version>2.4</commons-io.version>
     <junit.version>4.11</junit.version>