diff --git a/core/build.gradle b/core/build.gradle index bea5b94da63..19edabfb813 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -120,7 +120,7 @@ dependencies { testCompile 'redis.clients:jedis:3.0.1' testCompile 'com.rabbitmq:amqp-client:5.6.0' testCompile 'org.mongodb:mongo-java-driver:3.10.1' - testCompile ('org.mockito:mockito-core:2.24.5') { + testCompile ('org.mockito:mockito-core:2.25.0') { exclude(module: 'hamcrest-core') } // Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest