diff --git a/modules/rabbitmq/build.gradle b/modules/rabbitmq/build.gradle index 3137ec7f7e1..0b6d8f90487 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.25.0' + testImplementation 'com.rabbitmq:amqp-client:5.26.0' testImplementation 'org.assertj:assertj-core:3.27.3' compileOnly 'org.jetbrains:annotations:26.0.2' }