You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by na...@apache.org on 2022/06/06 07:32:15 UTC

[ignite] branch master updated: IGNITE-17096 Update jsonpath dependency to 2.7.0 (#10066)

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

namelchev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 684c1cae433 IGNITE-17096 Update jsonpath dependency to 2.7.0 (#10066)
684c1cae433 is described below

commit 684c1cae4331feff27ef89fc1518de5980386659
Author: nao <56...@users.noreply.github.com>
AuthorDate: Mon Jun 6 10:32:07 2022 +0300

    IGNITE-17096 Update jsonpath dependency to 2.7.0 (#10066)
---
 modules/calcite/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/calcite/pom.xml b/modules/calcite/pom.xml
index eaa8ff60bdb..1e3623ca5c3 100644
--- a/modules/calcite/pom.xml
+++ b/modules/calcite/pom.xml
@@ -42,7 +42,7 @@
         <immutables.version>2.8.2</immutables.version>
         <janino.version>3.1.6</janino.version>
         <javacc-maven-plugin>2.4</javacc-maven-plugin>
-        <jsonpath.version>2.4.0</jsonpath.version>
+        <jsonpath.version>2.7.0</jsonpath.version>
         <reflections.version>0.10.2</reflections.version>
     </properties>