You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/01/15 04:17:57 UTC

[cxf] 02/02: Update Apache HttpClient 4.x and 5.x (#891)

This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit ce25fb1f72ee161a653bd178b42c2a939c5910b8
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Fri Jan 14 18:53:35 2022 -0500

    Update Apache HttpClient 4.x and 5.x (#891)
    
    (cherry picked from commit 81e12ebc05c189b516d3b2b11d324dc4379481b0)
---
 parent/pom.xml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index ff32280..ef95a4f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -125,8 +125,9 @@
         <cxf.httpcomponents.asyncclient.version>4.1.4</cxf.httpcomponents.asyncclient.version>
         <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>
         <cxf.httpcomponents.core.version.range>[4.3,4.5.0)</cxf.httpcomponents.core.version.range>
-        <cxf.httpcomponents.core.version>4.4.14</cxf.httpcomponents.core.version>
-        <cxf.httpcomponents.client5.version>5.1.1</cxf.httpcomponents.client5.version>
+        <cxf.httpcomponents.core.version>4.4.15</cxf.httpcomponents.core.version>
+        <cxf.httpcomponents.client5.version>5.1.2</cxf.httpcomponents.client5.version>
+        <cxf.httpcomponents.core5.version>5.1.3</cxf.httpcomponents.core5.version>
         <cxf.jackson.version>2.13.1</cxf.jackson.version>
         <cxf.jackson.databind.version>2.13.1</cxf.jackson.databind.version>
         <cxf.jacorb.version>3.9</cxf.jacorb.version>
@@ -953,6 +954,11 @@
                 <version>${cxf.httpcomponents.client5.version}</version>
             </dependency>
             <dependency>
+                <groupId>org.apache.httpcomponents.core5</groupId>
+                <artifactId>httpcore5</artifactId>
+                <version>${cxf.httpcomponents.core5.version}</version>
+            </dependency>
+            <dependency>
                 <groupId>org.apache.maven</groupId>
                 <artifactId>maven-artifact</artifactId>
                 <scope>provided</scope>