diff --git a/modules/mongodb/build.gradle b/modules/mongodb/build.gradle index 10f63aeae07..2a4c0b67063 100644 --- a/modules/mongodb/build.gradle +++ b/modules/mongodb/build.gradle @@ -4,5 +4,5 @@ dependencies { api project(':testcontainers') testImplementation("org.mongodb:mongodb-driver-sync:5.1.2") - testImplementation 'org.assertj:assertj-core:3.25.3' + testImplementation 'org.assertj:assertj-core:3.26.3' }