From bdc910fb1a2cb9a8fec1eb805ec166443495836d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Apr 2021 14:52:33 +0200 Subject: [PATCH] Upgrade to Rabbit AMQP Client 5.12.0 Closes gh-26069 --- 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 1880385cfaa..931f69d2ac7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1393,7 +1393,7 @@ bom { ] } } - library("Rabbit AMQP Client", "5.11.0") { + library("Rabbit AMQP Client", "5.12.0") { group("com.rabbitmq") { modules = [ "amqp-client"