From 6ff37859dc17741aad58d28cdefde5997b754dca Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 12:14:21 +0100 Subject: [PATCH] Upgrade to Rabbit AMQP Client 5.19.0 Closes gh-37785 --- 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 caa5a64d56..72c63be9e4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1308,7 +1308,7 @@ bom { ] } } - library("Rabbit AMQP Client", "5.18.0") { + library("Rabbit AMQP Client", "5.19.0") { group("com.rabbitmq") { modules = [ "amqp-client"