Skip to content

Commit 5fd14bc

Browse files
Bump org.mongodb:mongodb-driver-sync in /modules/mongodb
Bumps [org.mongodb:mongodb-driver-sync](https://github.com/mongodb/mongo-java-driver) from 5.1.0 to 5.1.2. - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](mongodb/mongo-java-driver@r5.1.0...r5.1.2) --- updated-dependencies: - dependency-name: org.mongodb:mongodb-driver-sync dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3a7dba0 commit 5fd14bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mongodb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ description = "Testcontainers :: MongoDB"
33
dependencies {
44
api project(':testcontainers')
55

6-
testImplementation("org.mongodb:mongodb-driver-sync:5.1.0")
6+
testImplementation("org.mongodb:mongodb-driver-sync:5.1.2")
77
testImplementation 'org.assertj:assertj-core:3.25.3'
88
}

0 commit comments

Comments
 (0)