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 ce7a572 commit fbdfeddCopy full SHA for fbdfedd
core/build.gradle
@@ -108,7 +108,7 @@ dependencies {
108
testCompile 'org.apache.httpcomponents:httpclient:4.5.9'
109
testCompile 'redis.clients:jedis:3.1.0'
110
testCompile 'com.rabbitmq:amqp-client:5.7.3'
111
- testCompile 'org.mongodb:mongo-java-driver:3.11.0'
+ testCompile 'org.mongodb:mongo-java-driver:3.11.1'
112
testCompile ('org.mockito:mockito-core:3.1.0') {
113
exclude(module: 'hamcrest-core')
114
}
0 commit comments