From f8f779ea5ed6a8d55c0aaad3e956a902c7605812 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 08:09:44 +0000 Subject: [PATCH] fix(deps): update dependency com.jayway.jsonpath:json-path to v3 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index fd30c4ca..6567c2f7 100644 --- a/build.gradle +++ b/build.gradle @@ -368,7 +368,7 @@ dependencies { implementation 'com.launchdarkly:launchdarkly-java-server-sdk:7.12.0' implementation 'com.networknt:json-schema-validator:2.0.1' - implementation 'com.jayway.jsonpath:json-path:2.10.0' + implementation 'com.jayway.jsonpath:json-path:3.0.0' implementation 'io.rest-assured:rest-assured' implementation 'org.flywaydb:flyway-core:11.20.3' @@ -392,7 +392,7 @@ dependencies { implementation 'com.networknt:json-schema-validator:1.5.9' - implementation 'com.jayway.jsonpath:json-path:2.10.0' + implementation 'com.jayway.jsonpath:json-path:3.0.0' testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310' testImplementation 'org.springframework.security:spring-security-test' testImplementation 'org.springframework.boot:spring-boot-devtools'