This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-json.git
The following commit(s) were added to refs/heads/master by this push: new 48f3d22 Update json-path in jackson2 to 2.9.0 48f3d22 is described below commit 48f3d22d7ee93835165c423561dc91ce5081dc4c Author: gemkall <georg.kalli...@fu-berlin.de> AuthorDate: Thu Jul 18 11:30:20 2024 +0200 Update json-path in jackson2 to 2.9.0 --- jackson2/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jackson2/pom.xml b/jackson2/pom.xml index 76bb26e..beccd4d 100644 --- a/jackson2/pom.xml +++ b/jackson2/pom.xml @@ -122,7 +122,7 @@ <dependency> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path</artifactId> - <version>2.7.0</version> + <version>2.9.0</version> <optional>true</optional> <!-- as we are using jackson --> <exclusions>