diff --git a/build.gradle b/build.gradle index a3d5b552..d8dae2fc 100644 --- a/build.gradle +++ b/build.gradle @@ -230,7 +230,7 @@ dependencies { testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: versions.junit testCompile group: 'org.springframework.boot', name: 'spring-boot-starter-test' - testCompile(group: 'io.rest-assured', name: 'rest-assured', version: '4.3.0') { + testCompile(group: 'io.rest-assured', name: 'rest-assured', version: '5.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'