diff --git a/modules/rabbitmq/build.gradle b/modules/rabbitmq/build.gradle index 751baaf15f8..3137ec7f7e1 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.25.0' testImplementation 'org.assertj:assertj-core:3.27.3' compileOnly 'org.jetbrains:annotations:26.0.2' }