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 5c914fb829 Bump com.fasterxml.jackson.core:jackson-databind from 
2.18.3 to 2.19.0 (#2380)
5c914fb829 is described below

commit 5c914fb8293d3e987b81448b04829378a604534d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 16 19:59:40 2025 -0400

    Bump com.fasterxml.jackson.core:jackson-databind from 2.18.3 to 2.19.0 
(#2380)
    
    * Bump com.fasterxml.jackson.core:jackson-databind from 2.18.3 to 2.19.0
    
    Bumps 
[com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson)
 from 2.18.3 to 2.19.0.
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-version: 2.19.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Update pom.xml
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Andriy Redko <[email protected]>
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 0cdfcc291d..8e6c7abe11 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -130,8 +130,8 @@
         
<cxf.httpcomponents.core.version>4.4.16</cxf.httpcomponents.core.version>
         
<cxf.httpcomponents.client5.version>5.4.3</cxf.httpcomponents.client5.version>
         
<cxf.httpcomponents.core5.version>5.3.4</cxf.httpcomponents.core5.version>
-        <cxf.jackson.version>2.18.3</cxf.jackson.version>
-        <cxf.jackson.databind.version>2.18.3</cxf.jackson.databind.version>
+        <cxf.jackson.version>2.19.0</cxf.jackson.version>
+        <cxf.jackson.databind.version>2.19.0</cxf.jackson.databind.version>
         <cxf.jacorb.version>3.9</cxf.jacorb.version>
         <cxf.jaeger.version>1.8.1</cxf.jaeger.version>
         <cxf.jakarta.activation.version>2.1.3</cxf.jakarta.activation.version>

Reply via email to