From f2ccfa800ca19f7be6ca73dd476bf166c66a36c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 22 Jul 2025 15:10:19 +0200 Subject: [PATCH] Upgrade to Rabbit AMQP Client 5.26.0 Closes gh-46502 --- 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 7f7f6a9aeef..50c3160d7db 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1905,7 +1905,7 @@ bom { releaseNotes("https://github.com/r2dbc/r2dbc-spi/releases/tag/v{version}") } } - library("Rabbit AMQP Client", "5.25.0") { + library("Rabbit AMQP Client", "5.26.0") { group("com.rabbitmq") { modules = [ "amqp-client"