You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2022/11/25 09:02:58 UTC

[camel] branch main updated: Upgrade JSONata4Java to 2.2.4

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

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


The following commit(s) were added to refs/heads/main by this push:
     new e485a964e5a Upgrade JSONata4Java to 2.2.4
e485a964e5a is described below

commit e485a964e5a941f2e1d226d322e9af66cc71c2c2
Author: James Netherton <ja...@gmail.com>
AuthorDate: Fri Nov 25 07:54:14 2022 +0000

    Upgrade JSONata4Java to 2.2.4
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 5f4443e194c..3dcf1a702e4 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -351,7 +351,7 @@
     <json-schema-validator-version>2.2.14</json-schema-validator-version>
     <json-unit-version>2.32.0</json-unit-version>
     <jsonassert-version>1.5.1</jsonassert-version>
-    <jsonata4java-version>1.7.9</jsonata4java-version>
+    <jsonata4java-version>2.2.4</jsonata4java-version>
     <jsoup-version>1.15.3</jsoup-version>
     <jt400-version>11.0</jt400-version>
     <jta-api-1.2-version>1.2</jta-api-1.2-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index e02a5904957..157649c4ed2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -333,7 +333,7 @@
         <jsonassert-version>1.5.1</jsonassert-version>
         <json-path-version>2.7.0</json-path-version>
         <json-patch-version>1.13</json-patch-version>
-        <jsonata4java-version>1.7.9</jsonata4java-version>
+        <jsonata4java-version>2.2.4</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>