Skip to content

Commit 6d5a4b4

Browse files
Bump com.rabbitmq:amqp-client from 5.19.0 to 5.20.0 in /modules/rabbitmq
Bumps [com.rabbitmq:amqp-client](https://github.com/rabbitmq/rabbitmq-java-client) from 5.19.0 to 5.20.0. - [Release notes](https://github.com/rabbitmq/rabbitmq-java-client/releases) - [Commits](rabbitmq/rabbitmq-java-client@v5.19.0...v5.20.0) --- updated-dependencies: - dependency-name: com.rabbitmq:amqp-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9cfa166 commit 6d5a4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/rabbitmq/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description = "Testcontainers :: RabbitMQ"
22

33
dependencies {
44
api project(":testcontainers")
5-
testImplementation 'com.rabbitmq:amqp-client:5.19.0'
5+
testImplementation 'com.rabbitmq:amqp-client:5.20.0'
66
testImplementation 'org.assertj:assertj-core:3.24.2'
77
compileOnly 'org.jetbrains:annotations:24.0.1'
88
}

0 commit comments

Comments
 (0)