Skip to content

Commit fa9db1d

Browse files
Bump amqp-client from 5.6.0 to 5.7.0 in /core
Bumps [amqp-client](https://github.com/rabbitmq/rabbitmq-java-client) from 5.6.0 to 5.7.0. - [Release notes](https://github.com/rabbitmq/rabbitmq-java-client/releases) - [Changelog](https://github.com/rabbitmq/rabbitmq-java-client/blob/v5.7.0/release-versions.txt) - [Commits](rabbitmq/rabbitmq-java-client@v5.6.0...v5.7.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 1938b32 commit fa9db1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ dependencies {
102102

103103
testCompile 'org.apache.httpcomponents:httpclient:4.5.8'
104104
testCompile 'redis.clients:jedis:3.0.1'
105-
testCompile 'com.rabbitmq:amqp-client:5.6.0'
105+
testCompile 'com.rabbitmq:amqp-client:5.7.0'
106106
testCompile 'org.mongodb:mongo-java-driver:3.10.1'
107107
testCompile ('org.mockito:mockito-core:2.25.1') {
108108
exclude(module: 'hamcrest-core')

0 commit comments

Comments
 (0)