From ddc7da7766dffcbdd42789d63d44b936c4075358 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 3 Jan 2022 09:42:38 +0100 Subject: [PATCH] Upgrade to Rabbit AMQP Client 5.14.0 Closes gh-29235 --- 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 5f1da42c5f0..1a2bce2d5ac 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.13.1") { + library("Rabbit AMQP Client", "5.14.0") { group("com.rabbitmq") { modules = [ "amqp-client"