From 0401a834e612f20457e03f1db69ee9ce5787778f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 10:17:41 +0100 Subject: [PATCH] Upgrade to Rabbit AMQP Client 5.14.2 Closes gh-29860 --- 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 2f2637c14c..84abcfcc2e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1397,7 +1397,7 @@ bom { ] } } - library("Rabbit AMQP Client", "5.14.1") { + library("Rabbit AMQP Client", "5.14.2") { group("com.rabbitmq") { modules = [ "amqp-client"