diff --git a/service/build.gradle b/service/build.gradle index 1157cb89..0be1b174 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.9.0" + testImplementation "com.jayway.jsonpath:json-path:2.10.0" testImplementation "com.github.tomakehurst:wiremock-standalone:3.0.1" testImplementation "org.assertj:assertj-core:3.27.6" testImplementation "org.testcontainers:testcontainers:1.21.3"