diff --git a/build.gradle b/build.gradle index 8c33cb8..dc03ac9 100644 --- a/build.gradle +++ b/build.gradle @@ -91,7 +91,7 @@ dependencies { testImplementation 'com.github.tomakehurst:wiremock:3.0.1' testImplementation 'com.tngtech.archunit:archunit-junit5:1.4.1' testImplementation 'org.assertj:assertj-core:3.27.6' - testImplementation 'io.rest-assured:rest-assured:5.5.6' + testImplementation 'io.rest-assured:rest-assured:6.0.0' testImplementation 'com.icegreen:greenmail:2.1.8' testImplementation 'org.awaitility:awaitility:4.3.0' }