From 7ebfa232cea4c3d829deb57fe5fbb443a3dac991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 7 Mar 2026 11:13:26 +0100 Subject: [PATCH] Upgrade to Rabbit AMQP Client 5.29.0 Closes gh-49500 --- 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 9c43721045a..3f978b38fec 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1984,7 +1984,7 @@ bom { releaseNotes("https://github.com/r2dbc/r2dbc-spi/releases/tag/v{version}") } } - library("Rabbit AMQP Client", "5.28.0") { + library("Rabbit AMQP Client", "5.29.0") { group("com.rabbitmq") { modules = [ "amqp-client"