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:38 UTC

[camel] branch camel-3.20.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.20.x
in repository https://gitbox.apache.org/repos/asf/camel.git


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

commit 59a9d24f28315d6ada1cff68fdcefedd65807d4d
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Apr 21 10:10:29 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 70556b33d82..4d4b608cf6c 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -348,7 +348,7 @@
     <jsmpp-version>2.3.11</jsmpp-version>
     <json-api>1.0</json-api>
     <json-patch-version>1.13</json-patch-version>
-    <json-path-version>2.7.0</json-path-version>
+    <json-path-version>2.8.0</json-path-version>
     <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>
diff --git a/parent/pom.xml b/parent/pom.xml
index 5df5d1f8abe..baf16c90df5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -332,7 +332,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>