From beebdc8762b06e2c131f3e8568f39585925c1ecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 11 Sep 2026 17:49:44 +0200 Subject: [PATCH] Upgrade to RabbitMQ AMQP Client 1.5.0 Closes gh-51698 --- 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 6a1c4af94ef..0841186200d 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2132,7 +2132,7 @@ bom { releaseNotes("https://github.com/rabbitmq/rabbitmq-java-client/releases/tag/v{version}") } } - library("RabbitMQ AMQP Client", "1.4.0") { + library("RabbitMQ AMQP Client", "1.5.0") { group("com.rabbitmq.client") { modules = [ "amqp-client"