You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2019/11/20 16:09:03 UTC

[karaf] branch master updated: [KARAF-6520] Upgrade to jackson 2.10.1

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git


View the commit online:
https://github.com/apache/karaf/commit/4919c738ed22c6f8666351558467e1b3d74f236a

The following commit(s) were added to refs/heads/master by this push:
     new 4919c73  [KARAF-6520] Upgrade to jackson 2.10.1
     new 6d445cd  Merge pull request #997 from jbonofre/KARAF-6520
4919c73 is described below

commit 4919c738ed22c6f8666351558467e1b3d74f236a
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Nov 19 14:16:10 2019 +0100

    [KARAF-6520] Upgrade to jackson 2.10.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index de6b673..cfc9a95 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@
         <camel.version>2.24.2</camel.version>
         <cglib.bundle.version>3.2.9_1</cglib.bundle.version>
         <cxf.version>3.3.4</cxf.version>
-        <jackson.version>2.10.0</jackson.version>
+        <jackson.version>2.10.1</jackson.version>
         <jna.version>5.4.0</jna.version>
         <jaxb.version>2.3.2</jaxb.version> 
         <commons-beanutils.version>1.9.4</commons-beanutils.version>