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.
2 parents 15cc14f + 695c77f commit 78b3663Copy full SHA for 78b3663
core/build.gradle
@@ -140,7 +140,7 @@ dependencies {
140
testImplementation 'org.apache.httpcomponents:httpclient:4.5.9'
141
testImplementation 'redis.clients:jedis:3.6.3'
142
testImplementation 'com.rabbitmq:amqp-client:5.12.0'
143
- testImplementation 'org.mongodb:mongo-java-driver:3.12.7'
+ testImplementation 'org.mongodb:mongo-java-driver:3.12.9'
144
145
testImplementation ('org.mockito:mockito-core:3.11.2') {
146
exclude(module: 'hamcrest-core')
0 commit comments