From 48bbafff7658e50f22dd1f6e713ccfca7afd027c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 16 Apr 2026 08:01:39 +0200 Subject: [PATCH] Upgrade to Rabbit AMQP Client 5.30.0 Closes gh-50081 --- 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 cb3a3a020ea..04e37e8c4d7 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2050,7 +2050,7 @@ bom { releaseNotes("https://github.com/r2dbc/r2dbc-spi/releases/tag/v{version}") } } - library("Rabbit AMQP Client", "5.29.0") { + library("Rabbit AMQP Client", "5.30.0") { group("com.rabbitmq") { modules = [ "amqp-client"