diff --git a/modules/rabbitmq/build.gradle b/modules/rabbitmq/build.gradle index c9c63399d69..06403818c22 100644 --- a/modules/rabbitmq/build.gradle +++ b/modules/rabbitmq/build.gradle @@ -2,7 +2,7 @@ description = "Testcontainers :: RabbitMQ" dependencies { api project(":testcontainers") - testImplementation 'com.rabbitmq:amqp-client:5.17.0' + testImplementation 'com.rabbitmq:amqp-client:5.18.0' testImplementation 'org.assertj:assertj-core:3.24.2' compileOnly 'org.jetbrains:annotations:24.0.1' }