From b68c9df7ee075672d533ade11c8c9e8ca7b9e250 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 6 Jan 2025 15:56:58 +0000 Subject: [PATCH] Upgrade to Rabbit AMQP Client 5.24.0 Closes gh-43691 --- 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 0e29b64884..f23c73226c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1845,7 +1845,7 @@ bom { releaseNotes("https://github.com/r2dbc/r2dbc-spi/releases/tag/v{version}") } } - library("Rabbit AMQP Client", "5.22.0") { + library("Rabbit AMQP Client", "5.24.0") { group("com.rabbitmq") { modules = [ "amqp-client"