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 {