diff --git a/build.gradle b/build.gradle index a3d5b552..a31afdb0 100644 --- a/build.gradle +++ b/build.gradle @@ -233,7 +233,7 @@ dependencies { testCompile(group: 'io.rest-assured', name: 'rest-assured', version: '4.3.0') { exclude group: 'org.apache.sling', module: 'org.apache.sling.javax.activation' } - testCompile group: 'io.rest-assured', name: 'json-path', version: '4.3.0' + testCompile group: 'io.rest-assured', name: 'json-path', version: '5.3.0' testCompile(group: 'io.rest-assured', name: 'xml-path', version: '4.3.0') { exclude group: 'org.apache.sling', module: 'org.apache.sling.javax.activation' }