From cf3b74ec768aef6fd7bd0b218c2f38f20eaecd8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 11 Feb 2025 15:28:04 +0100 Subject: [PATCH] Upgrade to Rabbit AMQP Client 5.25.0 Closes gh-44231 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index ddead2a1d53..48fa0fedbbf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1939,7 +1939,7 @@ bom { releaseNotes("https://github.com/r2dbc/r2dbc-spi/releases/tag/v{version}") } } - library("Rabbit AMQP Client", "5.24.0") { + library("Rabbit AMQP Client", "5.25.0") { group("com.rabbitmq") { modules = [ "amqp-client"