diff --git a/build.gradle b/build.gradle index 6fa83c5..f1dcd3d 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ dependencies { // Use JUnit test framework testCompile 'junit:junit:4.13.1' testCompile 'org.xmlunit:xmlunit-core:2.8.1' - testCompile 'com.jayway.jsonpath:json-path:2.4.0' + testCompile 'com.jayway.jsonpath:json-path:2.5.0' } compileJava {