diff --git a/core/build.gradle b/core/build.gradle index cbac38e88ff..112bd096193 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -102,7 +102,7 @@ dependencies { testCompile 'org.apache.httpcomponents:httpclient:4.5.8' testCompile 'redis.clients:jedis:3.0.1' - testCompile 'com.rabbitmq:amqp-client:5.6.0' + testCompile 'com.rabbitmq:amqp-client:5.7.0' testCompile 'org.mongodb:mongo-java-driver:3.10.1' testCompile ('org.mockito:mockito-core:2.26.0') { exclude(module: 'hamcrest-core')