diff --git a/build.gradle b/build.gradle index 17b5b36..db6dfcc 100644 --- a/build.gradle +++ b/build.gradle @@ -78,7 +78,7 @@ dependencies { testImplementation 'org.testcontainers:mariadb:1.19.3' testImplementation 'com.github.tomakehurst:wiremock:3.0.1' testImplementation 'com.tngtech.archunit:archunit-junit5:1.2.0' - testImplementation 'org.assertj:assertj-core:3.24.2' + testImplementation 'org.assertj:assertj-core:3.27.3' testImplementation 'io.rest-assured:rest-assured:5.3.2' testImplementation 'com.icegreen:greenmail:2.0.0' testImplementation 'org.awaitility:awaitility:4.2.0'