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

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


The following commit(s) were added to refs/heads/3.2.x-fixes by this push:
     new da3bda3  Revert "Upgrading Jackson"
da3bda3 is described below

commit da3bda3abb8fec2ffa92d8226816ac2a3f7a613b
Author: Colm O hEigeartaigh <cohei...@apache.org>
AuthorDate: Thu Sep 26 11:47:39 2019 +0100

    Revert "Upgrading Jackson"
    
    This reverts commit ea5f3f5713dfa1afcd94303e42e9d1268b147f8b.
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index a9327c4..78c49d7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -97,8 +97,8 @@
         
<cxf.httpcomponents.core.version>4.4.9</cxf.httpcomponents.core.version>
         
<cxf.httpcomponents.core.version.range>[4.3,4.5.0)</cxf.httpcomponents.core.version.range>
         <cxf.hsqldb.version>2.4.1</cxf.hsqldb.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.9.9</cxf.jackson.version>
+        <cxf.jackson.databind.version>2.9.9.3</cxf.jackson.databind.version>
         <cxf.james.mim4j.version>0.7.2</cxf.james.mim4j.version>
         <cxf.kerby.version>1.1.1</cxf.kerby.version>
         <cxf.logback.classic.version>1.2.3</cxf.logback.classic.version>

Reply via email to