Skip to content

Commit 80e6485

Browse files
Bump mongodb-driver-sync from 4.4.1 to 4.5.0 in /modules/mongodb
Bumps [mongodb-driver-sync](https://github.com/mongodb/mongo-java-driver) from 4.4.1 to 4.5.0. - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](mongodb/mongo-java-driver@r4.4.1...r4.5.0) --- updated-dependencies: - dependency-name: org.mongodb:mongodb-driver-sync dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bfb8cec commit 80e6485

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,5 +3,5 @@ description = "Testcontainers :: MongoDB"
33
dependencies {
44
api project(':testcontainers')
55

6-
testImplementation("org.mongodb:mongodb-driver-sync:4.4.1")
6+
testImplementation("org.mongodb:mongodb-driver-sync:4.5.0")
77
}

0 commit comments

Comments
 (0)