From 2dd0391149ff002c695651bb3430be423b75e298 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 13:12:37 +0000 Subject: [PATCH] Bump com.jayway.jsonpath:json-path from 2.10.0 to 3.0.0 in /service Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.10.0 to 3.0.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.10.0...json-path-3.0.0) --- updated-dependencies: - dependency-name: com.jayway.jsonpath:json-path dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 57885ad..4a5c96a 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.10.0" + testImplementation "com.jayway.jsonpath:json-path:3.0.0" testImplementation "com.github.tomakehurst:wiremock-standalone:3.0.1" testImplementation "org.assertj:assertj-core:3.27.7" testImplementation "org.testcontainers:testcontainers:1.21.3"