From 61c6a46a250c38c8b75a4f7d3f773a4cfdd6b7c7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 7 Jul 2022 10:09:57 +0100 Subject: [PATCH] Upgrade to Rabbit AMQP Client 5.15.0 Closes gh-31598 --- 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 b9784c3fe0..a8af4bd9c6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1158,7 +1158,7 @@ bom { ] } } - library("Rabbit AMQP Client", "5.14.2") { + library("Rabbit AMQP Client", "5.15.0") { group("com.rabbitmq") { modules = [ "amqp-client"