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 bc67cb5 commit 342f6aeCopy full SHA for 342f6ae
core/build.gradle
@@ -157,7 +157,7 @@ dependencies {
157
testCompile 'org.apache.httpcomponents:httpclient:4.5.9'
158
testCompile 'redis.clients:jedis:3.3.0'
159
testCompile 'com.rabbitmq:amqp-client:5.9.0'
160
- testCompile 'org.mongodb:mongo-java-driver:3.12.3'
+ testCompile 'org.mongodb:mongo-java-driver:3.12.4'
161
162
testCompile ('org.mockito:mockito-core:3.3.3') {
163
exclude(module: 'hamcrest-core')
0 commit comments