diff --git a/modules/rabbitmq/build.gradle b/modules/rabbitmq/build.gradle index 42a12d68759..e838d6b3316 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.22.0' + testImplementation 'com.rabbitmq:amqp-client:5.23.0' testImplementation 'org.assertj:assertj-core:3.26.3' compileOnly 'org.jetbrains:annotations:24.1.0' }