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 dd0d218 commit c71f3a1Copy full SHA for c71f3a1
core/build.gradle
@@ -202,7 +202,7 @@ dependencies {
202
testCompile 'org.apache.httpcomponents:httpclient:4.5.9'
203
testCompile 'redis.clients:jedis:3.3.0'
204
testCompile 'com.rabbitmq:amqp-client:5.9.0'
205
- testCompile 'org.mongodb:mongo-java-driver:3.12.5'
+ testCompile 'org.mongodb:mongo-java-driver:3.12.6'
206
207
testCompile ('org.mockito:mockito-core:3.3.3') {
208
exclude(module: 'hamcrest-core')
0 commit comments