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 2019/08/06 14:00:59 UTC

[cxf] 03/05: Updating Jackson databind version

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

commit dc52dc63339e222b278b36280efe0022dc7b19f3
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Aug 6 11:11:19 2019 +0100

    Updating Jackson databind version
    
    (cherry picked from commit a7638c1562631b9c66c0de8a35b0cb47f2622d8a)
    
    # Conflicts:
    #	parent/pom.xml
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b387a10..aaeb640 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -98,7 +98,7 @@
         <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.9</cxf.jackson.version>
-        <cxf.jackson.databind.version>2.9.9.2</cxf.jackson.databind.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>