This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new c05c6f48f4a Bump com.jayway.jsonpath:json-path from 2.8.0 to 2.9.0
(#29808)
c05c6f48f4a is described below
commit c05c6f48f4a2d5b522eee04b742c59f2b29142dd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 24 18:13:40 2024 +0800
Bump com.jayway.jsonpath:json-path from 2.8.0 to 2.9.0 (#29808)
Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath)
from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/jayway/JsonPath/releases)
-
[Changelog](https://github.com/json-path/JsonPath/blob/master/changelog.md)
-
[Commits](https://github.com/jayway/JsonPath/compare/json-path-2.8.0...json-path-2.9.0)
---
updated-dependencies:
- dependency-name: com.jayway.jsonpath:json-path
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9701321197a..4fccc1a4e84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@
<snakeyaml.version>2.2</snakeyaml.version>
<gson.version>2.10.1</gson.version>
<jackson.version>2.16.0</jackson.version>
- <json-path.version>2.8.0</json-path.version>
+ <json-path.version>2.9.0</json-path.version>
<json-smart.version>2.4.10</json-smart.version>
<accessors-smart.version>2.4.9</accessors-smart.version>
<asm.version>9.3</asm.version>