From a15ff0692c474d625f02cdd7eb2b2bd3afaa8bf8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 15 Jan 2022 15:13:01 +0100 Subject: [PATCH] Upgrade to Rabbit AMQP Client 5.14.1 Closes gh-29425 --- 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 3ca84a9166e..fe52e4d3746 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1394,7 +1394,7 @@ bom { ] } } - library("Rabbit AMQP Client", "5.14.0") { + library("Rabbit AMQP Client", "5.14.1") { group("com.rabbitmq") { modules = [ "amqp-client"