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 2021/01/24 15:36:06 UTC

[camel] branch master updated (3c45f2f -> dfd4801)

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 3c45f2f  CAMEL-16072: Nicer log summary of startup and shutdown of Camel
     new f98b6a8  Upgrade Jsonata to version 1.4.9
     new dfd4801  Sync deps

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.9

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 f98b6a801576ad86830dae74e8e033e43eede385
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Jan 24 16:19:23 2021 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 9e41c24..40abace 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -342,7 +342,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.8</jsonata4java-version>
+        <jsonata4java-version>1.4.9</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 deps

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 dfd480197944810f4d8bc1996f953fbc593da3c8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Jan 24 16:32:00 2021 +0100

    Sync deps
---
 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 7769c38..6f9a476 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -358,7 +358,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.8</jsonata4java-version>
+    <jsonata4java-version>1.4.9</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>