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 2020/12/15 07:18:07 UTC

[cxf] branch master updated: Updating Jackson to 2.11.4

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

coheigea 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 7f23c74  Updating Jackson to 2.11.4
7f23c74 is described below

commit 7f23c7401857bd81aac38a27da7a4a47254475c8
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Dec 15 06:08:36 2020 +0000

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

diff --git a/parent/pom.xml b/parent/pom.xml
index e2c1b19..d1622dc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -127,8 +127,8 @@
         <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>
         <cxf.httpcomponents.core.version.range>[4.3,4.5.0)</cxf.httpcomponents.core.version.range>
         <cxf.httpcomponents.core.version>4.4.13</cxf.httpcomponents.core.version>
-        <cxf.jackson.version>2.11.3</cxf.jackson.version>
-        <cxf.jackson.databind.version>2.11.3</cxf.jackson.databind.version>
+        <cxf.jackson.version>2.11.4</cxf.jackson.version>
+        <cxf.jackson.databind.version>2.11.4</cxf.jackson.databind.version>
         <cxf.jacorb.version>3.9</cxf.jacorb.version>
         <cxf.jaeger.version>1.4.0</cxf.jaeger.version>
         <cxf.jakarta.activation.version>1.2.2</cxf.jakarta.activation.version>