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 03:01:04 UTC

[cxf] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new d0e418b3bd Update Jackson to 2.13.3
d0e418b3bd is described below

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

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

diff --git a/parent/pom.xml b/parent/pom.xml
index d7e10df839..a9d53eb8cd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -127,8 +127,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>