Skip to content

Commit 6a988dd

Browse files
dependabot[bot]rnorth
authored andcommitted
Bump amqp-client from 5.5.2 to 5.5.3 in /core (#1170)
Bumps [amqp-client](https://github.com/rabbitmq/rabbitmq-java-client) from 5.5.2 to 5.5.3. - [Release notes](https://github.com/rabbitmq/rabbitmq-java-client/releases) - [Changelog](https://github.com/rabbitmq/rabbitmq-java-client/blob/v5.5.3/release-versions.txt) - [Commits](rabbitmq/rabbitmq-java-client@v5.5.2...v5.5.3) Signed-off-by: dependabot[bot] <[email protected]>
1 parent e6e3331 commit 6a988dd

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
@@ -118,7 +118,7 @@ dependencies {
118118
}
119119

120120
testCompile 'redis.clients:jedis:3.0.1'
121-
testCompile 'com.rabbitmq:amqp-client:5.5.2'
121+
testCompile 'com.rabbitmq:amqp-client:5.5.3'
122122
testCompile 'org.mongodb:mongo-java-driver:3.9.1'
123123
testCompile ('org.mockito:mockito-core:2.23.4') {
124124
exclude(module: 'hamcrest-core')

0 commit comments

Comments
 (0)