diff --git a/modules/mongodb/build.gradle b/modules/mongodb/build.gradle index 813b1c60890..e42a698fac7 100644 --- a/modules/mongodb/build.gradle +++ b/modules/mongodb/build.gradle @@ -8,7 +8,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.13.4' testImplementation("org.mongodb:mongodb-driver-sync:5.1.4") - testImplementation 'org.assertj:assertj-core:3.27.4' + testImplementation 'org.assertj:assertj-core:3.27.6' } tasks.japicmp {