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 2020/05/18 04:55:22 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6719] Upgrade to jackson 2.10.4

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

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


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 4d62d91  [KARAF-6719] Upgrade to jackson 2.10.4
4d62d91 is described below

commit 4d62d910917eff727c76da67e8d394abf185cab1
Author: jbonofre <jb...@apache.org>
AuthorDate: Sun May 17 06:39:48 2020 +0200

    [KARAF-6719] Upgrade to jackson 2.10.4
    
    (cherry picked from commit 11d7aa143c6e1593a1dfc8e0e16c2e0f8c150f82)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7336661..db1e83e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,7 +149,7 @@
         <camel.version>2.24.3</camel.version>
         <cglib.bundle.version>3.2.9_1</cglib.bundle.version>
         <cxf.version>3.3.5</cxf.version>
-        <jackson.version>2.10.2</jackson.version>
+        <jackson.version>2.10.4</jackson.version>
         <jna.version>5.5.0</jna.version>
         <jaxb.version>2.3.2</jaxb.version> 
         <commons-beanutils.version>1.9.4</commons-beanutils.version>