From 8d94b4b059e952f06cb7c8dc3c983d22e4adc908 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jul 2023 14:59:57 +0200 Subject: [PATCH] Upgrade to Rabbit AMQP Client 5.16.1 Closes gh-36329 --- 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 94c662414409..3f0f87c6990b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1134,7 +1134,7 @@ bom { ] } } - library("Rabbit AMQP Client", "5.16.0") { + library("Rabbit AMQP Client", "5.16.1") { group("com.rabbitmq") { modules = [ "amqp-client"