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 2023/02/03 15:22:25 UTC

[cxf] branch main updated: Bump httpcore5 from 5.2 to 5.2.1 (#1110)

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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 3983c304fc Bump httpcore5 from 5.2 to 5.2.1 (#1110)
3983c304fc is described below

commit 3983c304fcec6b40d60f3c804dd6537cf3b4d2c1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Feb 3 10:22:17 2023 -0500

    Bump httpcore5 from 5.2 to 5.2.1 (#1110)
    
    Bumps [httpcore5](https://github.com/apache/httpcomponents-core) from 5.2 to 5.2.1.
    - [Release notes](https://github.com/apache/httpcomponents-core/releases)
    - [Changelog](https://github.com/apache/httpcomponents-core/blob/master/RELEASE_NOTES.txt)
    - [Commits](https://github.com/apache/httpcomponents-core/compare/rel/v5.2...rel/v5.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.httpcomponents.core5:httpcore5
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index c0954fdaed..d40b759288 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -105,7 +105,7 @@
         <cxf.httpcomponents.core.version.range>[4.3,4.5.0)</cxf.httpcomponents.core.version.range>
         <cxf.httpcomponents.core.version>4.4.16</cxf.httpcomponents.core.version>
         <cxf.httpcomponents.client5.version>5.2.1</cxf.httpcomponents.client5.version>
-        <cxf.httpcomponents.core5.version>5.2</cxf.httpcomponents.core5.version>
+        <cxf.httpcomponents.core5.version>5.2.1</cxf.httpcomponents.core5.version>
         <cxf.jackson.version>2.14.2</cxf.jackson.version>
         <cxf.jackson.databind.version>2.14.2</cxf.jackson.databind.version>
         <cxf.jacorb.version>3.9</cxf.jacorb.version>