From d16a270bc8540f7a01848544e56cb80a04f6aa27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 13:13:27 +0000 Subject: [PATCH] Bump com.jayway.jsonpath:json-path from 2.9.0 to 2.10.0 in /service Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.9.0 to 2.10.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.9.0...json-path-2.10.0) --- updated-dependencies: - dependency-name: com.jayway.jsonpath:json-path dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- service/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/build.gradle b/service/build.gradle index 33872392..bd94fffa 100644 --- a/service/build.gradle +++ b/service/build.gradle @@ -49,7 +49,7 @@ dependencies { // Test testImplementation "org.springframework.boot:spring-boot-starter-test" - testImplementation "com.jayway.jsonpath:json-path:2.9.0" + testImplementation "com.jayway.jsonpath:json-path:2.10.0" testImplementation "com.github.tomakehurst:wiremock-standalone:3.0.1" testImplementation "org.assertj:assertj-core:3.27.6" testImplementation "org.testcontainers:testcontainers:1.21.3"