diff --git a/service/build.gradle b/service/build.gradle index 967ee6b0..39f5294a 100644 --- a/service/build.gradle +++ b/service/build.gradle @@ -39,9 +39,9 @@ dependencies { testImplementation 'org.mockito:mockito-core:5.21.0' testImplementation 'org.assertj:assertj-core:3.27.6' testImplementation 'org.springframework.boot:spring-boot-starter-test' - testImplementation 'io.rest-assured:rest-assured:5.5.6' - testImplementation 'io.rest-assured:json-path:5.5.6' - testImplementation 'io.rest-assured:xml-path:5.5.6' + testImplementation 'io.rest-assured:rest-assured:6.0.0' + testImplementation 'io.rest-assured:json-path:6.0.0' + testImplementation 'io.rest-assured:xml-path:6.0.0' testImplementation 'ca.uhn.hapi.fhir:hapi-fhir-validation-resources-dstu3:8.6.0' testImplementation 'pl.pragmatists:JUnitParams:1.1.1' }