From c38bfe4a81bbb7eade7f83923d0d7737c0a0553a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 8 Aug 2026 18:43:56 +0200 Subject: [PATCH] Upgrade to RabbitMQ AMQP Client 1.4.0 Closes gh-51318 --- 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 7e3087dd38e..b482cb11403 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2072,7 +2072,7 @@ bom { releaseNotes("https://github.com/rabbitmq/rabbitmq-java-client/releases/tag/v{version}") } } - library("RabbitMQ AMQP Client", "1.3.0") { + library("RabbitMQ AMQP Client", "1.4.0") { group("com.rabbitmq.client") { modules = [ "amqp-client"