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

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


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

commit 55e7ef687f80e707c646dd02359f5ff1ff0f77f6
Author: Claus Ibsen <claus.ib...@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 2eb8c116b88..d6f7a9fb22f 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 b57c9303007..a2a9a7e09f2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -334,7 +334,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>1.5.8</jsonata4java-version>
         <json-schema-validator-version>2.2.14</json-schema-validator-version>

Reply via email to