Skip to content

Commit 6b3d479

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.4 to 5.6.0. - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](mongodb/mongo-java-driver@r5.1.4...r5.6.0) --- updated-dependencies: - dependency-name: org.mongodb:mongodb-driver-sync dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 559df36 commit 6b3d479

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
@@ -7,7 +7,7 @@ dependencies {
77

88
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
99
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.13.4'
10-
testImplementation("org.mongodb:mongodb-driver-sync:5.1.4")
10+
testImplementation("org.mongodb:mongodb-driver-sync:5.6.0")
1111
testImplementation 'org.assertj:assertj-core:3.27.4'
1212
}
1313

0 commit comments

Comments
 (0)