From 4c06732b9a4e2a15d518380311a30958a9bb364b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Sep 2021 08:17:56 +0200 Subject: [PATCH] Upgrade to Rabbit AMQP Client 5.13.1 Closes gh-28022 --- 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 5bcbfe23b6..42fad3eb38 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1369,7 +1369,7 @@ bom { ] } } - library("Rabbit AMQP Client", "5.13.0") { + library("Rabbit AMQP Client", "5.13.1") { group("com.rabbitmq") { modules = [ "amqp-client"