diff --git a/modules/rabbitmq/build.gradle b/modules/rabbitmq/build.gradle index 42a12d68759..42ff322f1c9 100644 --- a/modules/rabbitmq/build.gradle +++ b/modules/rabbitmq/build.gradle @@ -4,5 +4,5 @@ dependencies { api project(":testcontainers") testImplementation 'com.rabbitmq:amqp-client:5.22.0' testImplementation 'org.assertj:assertj-core:3.26.3' - compileOnly 'org.jetbrains:annotations:24.1.0' + compileOnly 'org.jetbrains:annotations:26.0.1' }