We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559df36 commit 6b3d479Copy full SHA for 6b3d479
modules/mongodb/build.gradle
@@ -7,7 +7,7 @@ dependencies {
7
8
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
9
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.13.4'
10
- testImplementation("org.mongodb:mongodb-driver-sync:5.1.4")
+ testImplementation("org.mongodb:mongodb-driver-sync:5.6.0")
11
testImplementation 'org.assertj:assertj-core:3.27.4'
12
}
13
0 commit comments