You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/04/21 08:10:03 UTC

[camel] branch camel-3.x updated: Upgrade json-path 2.8.0

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

davsclaus pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.x by this push:
     new e04d1acd8ab Upgrade json-path 2.8.0
e04d1acd8ab is described below

commit e04d1acd8abb7400cbfb7a2f4975cec144505f2e
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Apr 21 10:08:43 2023 +0200

    Upgrade json-path 2.8.0
---
 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 bc2f48cbca5..0cc4d84d48d 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -336,7 +336,7 @@
         <jsch-version>0.2.1</jsch-version>
         <json-api>1.0</json-api>
         <jsonassert-version>1.5.1</jsonassert-version>
-        <json-path-version>2.7.0</json-path-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>
         <json-schema-validator-version>2.2.14</json-schema-validator-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 1645b4cd267..b6c14ff77fe 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -331,7 +331,7 @@
         <jsch-version>0.2.1</jsch-version>
         <json-api>1.0</json-api>
         <jsonassert-version>1.5.1</jsonassert-version>
-        <json-path-version>2.7.0</json-path-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>
         <json-schema-validator-version>2.2.14</json-schema-validator-version>