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/05/22 13:33:15 UTC

[cxf] branch 3.5.x-fixes updated: Update Jackson to 2.13.3

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


The following commit(s) were added to refs/heads/3.5.x-fixes by this push:
     new 9ddc3ec6c4 Update Jackson to 2.13.3
9ddc3ec6c4 is described below

commit 9ddc3ec6c4a65eb132c33ceb67923c15f5111924
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat May 21 23:00:34 2022 -0400

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 360cc778fd..9bf6384bbb 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.2</cxf.jackson.version>
-        <cxf.jackson.databind.version>2.13.2.2</cxf.jackson.databind.version>
+        <cxf.jackson.version>2.13.3</cxf.jackson.version>
+        <cxf.jackson.databind.version>2.13.3</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>