From d77a885f12cd02fb9ce571f1c53ac30d47569ada Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Mar 2023 18:58:12 +0000 Subject: [PATCH] Upgrade to Rabbit AMQP Client 5.17.0 Closes gh-34702 --- 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 fba01ee25a..64b6ff8c24 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1124,7 +1124,7 @@ bom { ] } } - library("Rabbit AMQP Client", "5.16.0") { + library("Rabbit AMQP Client", "5.17.0") { group("com.rabbitmq") { modules = [ "amqp-client"