This is an automated email from the ASF dual-hosted git repository. liyafan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git
commit 262148695692741e44c242bf1a423abf48ad5cef Author: Stamatis Zampetakis <[email protected]> AuthorDate: Thu Mar 3 12:14:02 2022 +0100 [CALCITE-5030] Upgrade jsonpath version from 2.4.0 to 2.7.0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 76e3b7e..054a1dc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -122,7 +122,7 @@ jetty.version=9.4.15.v20190215 jmh.version=1.12 jna.version=5.5.0 joda-time.version=2.8.1 -json-path.version=2.4.0 +json-path.version=2.7.0 jsr305.version=3.0.2 jsoup.version=1.11.3 junit4.version=4.12
