We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5328bca + a56b412 commit e6f9b04Copy full SHA for e6f9b04
modules/mongodb/build.gradle
@@ -3,6 +3,6 @@ description = "Testcontainers :: MongoDB"
3
dependencies {
4
api project(':testcontainers')
5
6
- testImplementation("org.mongodb:mongodb-driver-sync:5.1.2")
+ testImplementation("org.mongodb:mongodb-driver-sync:5.1.4")
7
testImplementation 'org.assertj:assertj-core:3.26.3'
8
}
0 commit comments