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/07/12 10:40:54 UTC

[cxf] 02/02: Updating jackson databind

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 1e70fbc0b979359460fe2c3e418d6484a2d91f77
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Jul 12 11:40:36 2019 +0100

    Updating jackson databind
---
 parent/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b53a792..7673e05 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -98,6 +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.1</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>
@@ -2120,7 +2121,7 @@
             <dependency>
                 <groupId>com.fasterxml.jackson.core</groupId>
                 <artifactId>jackson-databind</artifactId>
-                <version>${cxf.jackson.version}</version>
+                <version>${cxf.jackson.databind.version}</version>
             </dependency>
             <dependency>
                 <groupId>com.fasterxml.jackson.core</groupId>