diff --git a/modules/mongodb/build.gradle b/modules/mongodb/build.gradle index b085cdbc72d..c1b1f21b235 100644 --- a/modules/mongodb/build.gradle +++ b/modules/mongodb/build.gradle @@ -4,7 +4,7 @@ dependencies { api project(':testcontainers') testImplementation("org.mongodb:mongodb-driver-sync:4.11.1") - testImplementation 'org.assertj:assertj-core:3.24.2' + testImplementation 'org.assertj:assertj-core:3.25.1' } tasks.japicmp {