From bf6fa3830f47c0a2930107fc283b4e4cb94870b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 13:26:08 +0000 Subject: [PATCH] Bump amqp-client from 5.12.0 to 5.13.1 in /core Bumps [amqp-client](https://github.com/rabbitmq/rabbitmq-java-client) from 5.12.0 to 5.13.1. - [Release notes](https://github.com/rabbitmq/rabbitmq-java-client/releases) - [Commits](https://github.com/rabbitmq/rabbitmq-java-client/compare/v5.12.0...v5.13.1) --- updated-dependencies: - dependency-name: com.rabbitmq:amqp-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index dcf83d1a6f6..fa0e18e40e8 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -106,7 +106,7 @@ dependencies { testImplementation 'org.apache.httpcomponents:httpclient:4.5.9' testImplementation 'redis.clients:jedis:3.7.0' - testImplementation 'com.rabbitmq:amqp-client:5.12.0' + testImplementation 'com.rabbitmq:amqp-client:5.13.1' testImplementation 'org.mongodb:mongo-java-driver:3.12.10' testImplementation ('org.mockito:mockito-core:3.12.4') {