You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2023/04/25 07:05:57 UTC

[cxf] branch coheigea/jackson-2.15.0 created (now 2a332238d9)

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

coheigea pushed a change to branch coheigea/jackson-2.15.0
in repository https://gitbox.apache.org/repos/asf/cxf.git


      at 2a332238d9 Upgrading to Jackson 2.15.0

This branch includes the following new commits:

     new 2a332238d9 Upgrading to Jackson 2.15.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[cxf] 01/01: Upgrading to Jackson 2.15.0

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch coheigea/jackson-2.15.0
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 2a332238d9fde85051ffe5daf9384fb77837c9f0
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Apr 25 08:05:37 2023 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 290fefdce6..73e0d76280 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -106,8 +106,8 @@
         <cxf.httpcomponents.core.version>4.4.16</cxf.httpcomponents.core.version>
         <cxf.httpcomponents.client5.version>5.2.1</cxf.httpcomponents.client5.version>
         <cxf.httpcomponents.core5.version>5.2.1</cxf.httpcomponents.core5.version>
-        <cxf.jackson.version>2.14.2</cxf.jackson.version>
-        <cxf.jackson.databind.version>2.14.2</cxf.jackson.databind.version>
+        <cxf.jackson.version>2.15.0</cxf.jackson.version>
+        <cxf.jackson.databind.version>2.15.0</cxf.jackson.databind.version>
         <cxf.jacorb.version>3.9</cxf.jacorb.version>
         <cxf.jaeger.version>1.8.1</cxf.jaeger.version>
         <cxf.jakarta.activation.version>2.1.0</cxf.jakarta.activation.version>