From 142943d853f7cbce08e85607191fb09c2d5ef63c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Apr 2024 12:57:19 +0100 Subject: [PATCH] Upgrade to Rabbit AMQP Client 5.21.0 Closes gh-40264 --- 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 28a36ebc7d3..271c966a38a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1563,7 +1563,7 @@ bom { ] } } - library("Rabbit AMQP Client", "5.20.0") { + library("Rabbit AMQP Client", "5.21.0") { group("com.rabbitmq") { modules = [ "amqp-client"