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:13:43 UTC

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


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

commit 7db806dc02c617dd2e120f652eb31b78ba023210
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Apr 21 10:13:30 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 e01b77b20f8..39823140b50 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -352,7 +352,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.6.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-simple-version>1.1.1</json-simple-version>
     <jsonassert-version>1.5.1</jsonassert-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 529408b2be3..4f106ffec89 100644
--- a/parent/pom.xml
+++ b/parent/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.6.0</json-path-version>
+        <json-path-version>2.8.0</json-path-version>
         <json-patch-version>1.13</json-patch-version>
         <json-simple-version>1.1.1</json-simple-version>
         <jsonata4java-version>1.5.8</jsonata4java-version>