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

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

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

    Update Jackson Databind to 2.20.0
    
    (cherry picked from commit 155e2286b0ac952bf321679497978cd681c296aa)
    
    # Conflicts:
    #       parent/pom.xml
    (cherry picked from commit 007a910fb1df168766c9c6f3ae5f3bd24cf7bb02)
---
 parent/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 927d8c0097..eeff231fa8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -128,8 +128,9 @@
         
<cxf.httpcomponents.core.version>4.4.16</cxf.httpcomponents.core.version>
         
<cxf.httpcomponents.client5.version>5.3.1</cxf.httpcomponents.client5.version>
         
<cxf.httpcomponents.core5.version>5.2.5</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>1.2.2</cxf.jakarta.activation.version>
@@ -1590,7 +1591,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