diff --git a/build.gradle b/build.gradle index 30a85785b..b92366eb1 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ repositories { dependencies { testImplementation 'junit:junit:4.13.2' - testImplementation 'com.jayway.jsonpath:json-path:2.4.0' + testImplementation 'com.jayway.jsonpath:json-path:2.9.0' testImplementation 'org.mockito:mockito-core:4.2.0' } diff --git a/pom.xml b/pom.xml index 7b102433b..bc1a7c4b1 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ com.jayway.jsonpath json-path - 2.4.0 + 2.9.0 test