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 2020/09/15 05:27:12 UTC

[camel] branch master updated (d48de4c -> 9362c12)

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

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


    from d48de4c  REgen
     new 06634e1  Upgrade Jsonata to version 1.4.8
     new 9362c12  Sync Properties

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel] 01/02: Upgrade Jsonata to version 1.4.8

Posted by ac...@apache.org.
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

commit 06634e118b3c3d225630607e272a34d787f157a0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 15 07:26:00 2020 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 60f99e0..923336d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -352,7 +352,7 @@
         <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>
-        <jsonata4java-version>1.4.6</jsonata4java-version>
+        <jsonata4java-version>1.4.8</jsonata4java-version>
         <jsoup-version>1.13.1</jsoup-version>
         <jt400-version>10.4</jt400-version>
         <junit-toolbox-version>2.3</junit-toolbox-version>


[camel] 02/02: Sync Properties

Posted by ac...@apache.org.
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

commit 9362c124a5f70000af5cb6e30d949b196be9907e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 15 07:26:43 2020 +0200

    Sync Properties
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 01c05c8..d2a37b9 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -368,7 +368,7 @@
     <json-simple-version>1.1.1</json-simple-version>
     <json-smart-version>2.3</json-smart-version>
     <jsonassert-version>1.5.0</jsonassert-version>
-    <jsonata4java-version>1.4.6</jsonata4java-version>
+    <jsonata4java-version>1.4.8</jsonata4java-version>
     <jsoup-version>1.13.1</jsoup-version>
     <jt400-version>10.4</jt400-version>
     <jta-api-1.2-version>1.2</jta-api-1.2-version>