From aa570d4142fe87852916c07730a76772eb7cc4b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 12:54:00 +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 377cebfd..490645aa 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 {