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 155e2286b0 Update Jackson Databind to 2.20.0
155e2286b0 is described below

commit 155e2286b0ac952bf321679497978cd681c296aa
Author: Andriy Redko <[email protected]>
AuthorDate: Wed Sep 3 08:00:25 2025 -0400

    Update Jackson Databind to 2.20.0
---
 parent/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 2af129307b..061eaed299 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -131,8 +131,9 @@
         
<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.19.2</cxf.jackson.version>
+        <cxf.jackson.version>2.20.0</cxf.jackson.version>
         <cxf.jackson.databind.version>2.20.0</cxf.jackson.databind.version>
+        <cxf.jackson.annotations.version>2.20</cxf.jackson.annotations.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>
@@ -1582,7 +1583,7 @@
             <dependency>
                 <groupId>com.fasterxml.jackson.core</groupId>
                 <artifactId>jackson-annotations</artifactId>
-                <version>${cxf.jackson.version}</version>
+                <version>${cxf.jackson.annotations.version}</version>
             </dependency>
             <dependency>
                 <groupId>com.fasterxml.jackson.module</groupId>

Reply via email to