You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/03/04 13:41:05 UTC

[camel] branch master updated: CAMEL-14640: Upgrade jackson

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

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


The following commit(s) were added to refs/heads/master by this push:
     new bfc9ab9  CAMEL-14640: Upgrade jackson
bfc9ab9 is described below

commit bfc9ab92d1d797741d81b5497b4ae7bc70d80bd7
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Mar 4 14:40:44 2020 +0100

    CAMEL-14640: Upgrade jackson
---
 components/camel-spark/pom.xml | 4 ++--
 parent/pom.xml                 | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/camel-spark/pom.xml b/components/camel-spark/pom.xml
index 6d4389f..0d07ae7 100644
--- a/components/camel-spark/pom.xml
+++ b/components/camel-spark/pom.xml
@@ -96,12 +96,12 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
-            <version>${jackson-spark-version}.1</version>
+            <version>${jackson-spark-version}</version>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.module</groupId>
             <artifactId>jackson-module-scala_2.11</artifactId>
-            <version>${jackson-spark-version}.1</version>
+            <version>${jackson-spark-version}</version>
         </dependency>
 
         <!-- hadoop -->
diff --git a/parent/pom.xml b/parent/pom.xml
index b77db09..6d359fd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -312,7 +312,7 @@
         <isorelax-jaxp-bridge-version>1.1</isorelax-jaxp-bridge-version>
         <ivy-version>2.4.0</ivy-version>
         <jackson-version>1.9.12</jackson-version>
-        <jackson-spark-version>2.6.7</jackson-spark-version>
+        <jackson-spark-version>2.10.3</jackson-spark-version>
         <jackson2-version>2.10.3</jackson2-version>
         <jackrabbit-version>2.21.0</jackrabbit-version>
         <jain-sip-ri-bundle-version>1.2.154_2</jain-sip-ri-bundle-version>