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 2019/11/13 03:27:39 UTC

[cxf] 01/02: CXF-8155: Update to Jackson 2.10.1

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

reta pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 29cd11664c3c1a9a49ac0d5dc1d929b1e68ea6f2
Author: reta <dr...@gmail.com>
AuthorDate: Tue Nov 12 22:00:39 2019 -0500

    CXF-8155: Update to Jackson 2.10.1
    
    (cherry picked from commit a4fc3a0462f09dd6c6c920385b67e621d7e36399)
    
    # Conflicts:
    #	parent/pom.xml
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 6abd092..8b2d384 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -128,8 +128,8 @@
         <cxf.httpcomponents.client.version>4.5.10</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.12</cxf.httpcomponents.core.version>
-        <cxf.jackson.version>2.9.10</cxf.jackson.version>
-        <cxf.jackson.databind.version>2.9.10</cxf.jackson.databind.version>
+        <cxf.jackson.version>2.10.1</cxf.jackson.version>
+        <cxf.jackson.databind.version>2.10.1</cxf.jackson.databind.version>
         <cxf.jaeger.version>0.35.5</cxf.jaeger.version>
         <cxf.james.mim4j.version>0.7.2</cxf.james.mim4j.version>
         <cxf.javassist.version>3.25.0-GA</cxf.javassist.version>