You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/10/08 12:33:22 UTC

[camel] branch master updated: Upgrade Json Flattener to version 0.7.1

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

acosentino 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 4a04c69  Upgrade Json Flattener to version 0.7.1
4a04c69 is described below

commit 4a04c6955d5a15413e61ec778c3193a360719c7d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 8 14:33:01 2019 +0200

    Upgrade Json Flattener to version 0.7.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e72ee72..e499b1a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -380,7 +380,7 @@
         <jsch-bundle-version>0.1.55_1</jsch-bundle-version>
         <json-accessors-smart-version>1.2</json-accessors-smart-version>
         <jsonassert-version>1.5.0</jsonassert-version>
-        <json-flattener-version>0.5.0</json-flattener-version>
+        <json-flattener-version>0.7.1</json-flattener-version>
         <json-path-version>2.4.0</json-path-version>
         <json-simple-version>1.1.1</json-simple-version>
         <json-smart-version>2.3</json-smart-version>