From f9e1784820be8ad6b1c775d414f9300feb1cedba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 22:33:40 +0800 Subject: [PATCH] Bump com.jayway.jsonpath:json-path from 2.7.0 to 2.9.0 (#4906) Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.7.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.7.0...json-path-2.9.0) --- updated-dependencies: - dependency-name: com.jayway.jsonpath:json-path dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e8b95ccc27..1dc7151162 100644 --- a/build.gradle +++ b/build.gradle @@ -699,7 +699,7 @@ subprojects { dependency "com.h3xstream.findsecbugs:findsecbugs-plugin:1.11.0" dependency "com.mebigfatguy.fb-contrib:fb-contrib:7.6.0" - dependency "com.jayway.jsonpath:json-path:2.7.0" + dependency "com.jayway.jsonpath:json-path:2.9.0" dependency "org.springframework.boot:spring-boot-starter-web:2.7.18" dependency "io.openmessaging:registry-server:0.0.1"