From 78e023f75a08a111abae47551ce0013c5c788684 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 15:38:51 +0000 Subject: [PATCH] fix(deps): update dependency com.jayway.jsonpath:json-path to v3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 71f41d37..e385cf61 100644 --- a/build.gradle +++ b/build.gradle @@ -98,7 +98,7 @@ dependencies { testImplementation("org.springframework.restdocs:spring-restdocs-mockmvc") testImplementation("org.springframework.security:spring-security-test") - testImplementation("com.jayway.jsonpath:json-path:2.10.0") + testImplementation("com.jayway.jsonpath:json-path:3.0.0") } application {