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/11/07 01:50:38 UTC

[cxf] branch main updated: Update Jackson to 2.14.0

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 d505b2327c Update Jackson to 2.14.0
d505b2327c is described below

commit d505b2327c8695054d775d034c3e4c1ec9af7490
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Nov 6 20:50:20 2022 -0500

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

diff --git a/parent/pom.xml b/parent/pom.xml
index b1284def54..88101f70da 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -105,8 +105,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.4</cxf.jackson.version>
-        <cxf.jackson.databind.version>2.13.4.1</cxf.jackson.databind.version>
+        <cxf.jackson.version>2.14.0</cxf.jackson.version>
+        <cxf.jackson.databind.version>2.14.0</cxf.jackson.databind.version>
         <cxf.jacorb.version>3.9</cxf.jacorb.version>
         <cxf.jaeger.version>1.8.1</cxf.jaeger.version>
         <cxf.jaeger.version>1.6.0</cxf.jaeger.version>