From db6af29567b2f88c0dffc501d32d76ca1c54f61d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 11 Sep 2026 17:49:48 +0200 Subject: [PATCH] Upgrade to RabbitMQ Stream Client 1.11.0 Closes gh-51699 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 0841186200d..ce8489337e4 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2144,7 +2144,7 @@ bom { releaseNotes("https://github.com/rabbitmq/rabbitmq-amqp-java-client/releases/tag/v{version}") } } - library("RabbitMQ Stream Client", "1.9.0") { + library("RabbitMQ Stream Client", "1.11.0") { group("com.rabbitmq") { modules = [ "stream-client"