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/05/05 10:36:05 UTC

[cxf] branch master updated: Updating Jackson to 2.10.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 d5ad40b  Updating Jackson to 2.10.4
d5ad40b is described below

commit d5ad40bf29cf57f13aaeeca31e0aac61487095b4
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue May 5 11:30:23 2020 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index c9916d9..5c6b33a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -129,8 +129,8 @@
         <cxf.httpcomponents.client.version>4.5.12</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.10.3</cxf.jackson.version>
-        <cxf.jackson.databind.version>2.10.3</cxf.jackson.databind.version>
+        <cxf.jackson.version>2.10.4</cxf.jackson.version>
+        <cxf.jackson.databind.version>2.10.4</cxf.jackson.databind.version>
         <cxf.jacorb.version>3.9</cxf.jacorb.version>
         <cxf.jaeger.version>1.0.0</cxf.jaeger.version>
         <cxf.james.mim4j.version>0.7.2</cxf.james.mim4j.version>