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 3f9216e commit 702d4c3Copy full SHA for 702d4c3
core/build.gradle
@@ -159,7 +159,7 @@ dependencies {
159
testCompile 'redis.clients:jedis:3.2.0'
160
testCompile 'com.rabbitmq:amqp-client:5.8.0'
161
testCompile 'org.mongodb:mongo-java-driver:3.12.1'
162
- testCompile ('org.mockito:mockito-core:3.3.0') {
+ testCompile ('org.mockito:mockito-core:3.3.3') {
163
exclude(module: 'hamcrest-core')
164
}
165
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest
0 commit comments