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 892b398 commit e5975fbCopy full SHA for e5975fb
instrumentation/mongo/mongo-4.0/javaagent/build.gradle.kts
@@ -16,6 +16,8 @@ dependencies {
16
17
library("org.mongodb:mongodb-driver-core:4.0.0")
18
19
+ // using 4.0.1 in tests to work around https://jira.mongodb.org/browse/JAVA-3647
20
+ testLibrary("org.mongodb:mongodb-driver-core:4.0.1")
21
testLibrary("org.mongodb:mongodb-driver-sync:4.0.0")
22
testLibrary("org.mongodb:mongodb-driver-reactivestreams:4.0.0")
23
0 commit comments