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 2023/07/05 10:05:25 UTC

[camel] branch jsonata-2.4.3 created (now 094d40fe4dd)

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

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


      at 094d40fe4dd Upgrade Jsonata to version 2.4.3

This branch includes the following new commits:

     new 094d40fe4dd Upgrade Jsonata to version 2.4.3

The 1 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.



[camel] 01/01: Upgrade Jsonata to version 2.4.3

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch jsonata-2.4.3
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 094d40fe4dd2eee46acc6e1393c5ef09a64777f6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jul 5 12:00:21 2023 +0200

    Upgrade Jsonata to version 2.4.3
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5a42384bb73..29d7ca5bfe3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -294,7 +294,7 @@
         <jsonassert-version>1.5.1</jsonassert-version>
         <json-path-version>2.8.0</json-path-version>
         <json-patch-version>1.13</json-patch-version>
-        <jsonata4java-version>2.2.4</jsonata4java-version>
+        <jsonata4java-version>2.4.3</jsonata4java-version>
         <json-schema-validator-version>2.2.14</json-schema-validator-version>
         <json-unit-version>2.32.0</json-unit-version>
         <jsoup-version>1.15.3</jsoup-version>