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 {