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/03/08 02:45:33 UTC

[cxf] 01/02: Update Jackson to 2.13.2

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 79cef4b00e357829bb688d4a897157235d23132e
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Mon Mar 7 19:44:00 2022 -0500

    Update Jackson to 2.13.2
    
    (cherry picked from commit 5d91b64239425bf995630d1f8c4780aee68e6136)
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index be7f1c4..9868a08 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -129,8 +129,8 @@
         <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.jackson.version>2.13.2</cxf.jackson.version>
+        <cxf.jackson.databind.version>2.13.2</cxf.jackson.databind.version>
         <cxf.jacorb.version>3.9</cxf.jacorb.version>
         <cxf.jaeger.version>1.8.0</cxf.jaeger.version>
         <cxf.jakarta.activation.version>1.2.2</cxf.jakarta.activation.version>