diff --git a/modules/mongodb/build.gradle b/modules/mongodb/build.gradle index ad05dbb2e97..d7af71b9f75 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:5.1.4") - testImplementation 'org.assertj:assertj-core:3.27.3' + testImplementation 'org.assertj:assertj-core:3.27.4' } tasks.japicmp {