From 8dbe8a2539db2f769fededa54b20400346dae11f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Mar 2021 11:32:38 +0000 Subject: [PATCH] Upgrade to Rabbit AMQP Client 5.11.0 Closes gh-25681 --- 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 52ecf8fe5b..fed32c0ce7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1374,7 +1374,7 @@ bom { ] } } - library("Rabbit AMQP Client", "5.10.0") { + library("Rabbit AMQP Client", "5.11.0") { group("com.rabbitmq") { modules = [ "amqp-client"