diff --git a/build.gradle b/build.gradle index 7b9e2cd..e3caa53 100644 --- a/build.gradle +++ b/build.gradle @@ -83,7 +83,7 @@ dependencies { testImplementation 'org.testcontainers:mariadb:1.21.3' testImplementation 'com.github.tomakehurst:wiremock:3.0.1' testImplementation 'com.tngtech.archunit:archunit-junit5:1.4.1' - testImplementation 'org.assertj:assertj-core:3.27.5' + testImplementation 'org.assertj:assertj-core:3.27.6' testImplementation 'io.rest-assured:rest-assured:5.5.6' testImplementation 'com.icegreen:greenmail:2.1.5' testImplementation 'org.awaitility:awaitility:4.3.0'