From 99ada4e3863accf0722179c541c2d53f8aad9f93 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jul 2021 12:45:53 +0100 Subject: [PATCH] Upgrade to Rabbit AMQP Client 5.13.0 Closes gh-27404 --- 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 e127641d8e..a73817c6a4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1423,7 +1423,7 @@ bom { ] } } - library("Rabbit AMQP Client", "5.12.0") { + library("Rabbit AMQP Client", "5.13.0") { group("com.rabbitmq") { modules = [ "amqp-client"