From d5c3790cc3983100fc397dbe648e8406b9dfa78a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jul 2023 15:31:27 +0200 Subject: [PATCH] Upgrade to Rabbit AMQP Client 5.17.1 Closes gh-36341 --- 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 7d73e11b1da..3d596104f73 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1181,7 +1181,7 @@ bom { ] } } - library("Rabbit AMQP Client", "5.17.0") { + library("Rabbit AMQP Client", "5.17.1") { group("com.rabbitmq") { modules = [ "amqp-client"