From 4fd6dd61a52c7397969169defcb2f2696220caee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 12:41:49 +0000 Subject: [PATCH] fix(deps): update dependency com.jayway.jsonpath:json-path to v2.10.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0f7e28d6..af39a26e 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.9.0") + testImplementation("com.jayway.jsonpath:json-path:2.10.0") } application {