From f4d27f90ba46ffa5a710d0bf8c496a25eb87ce44 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Sat, 25 Jan 2020 13:23:37 +0000 Subject: [PATCH] Upgrade to Rabbit AMQP Client 5.8.0 Closes gh-19923 --- 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 5e76a3f5c07..7d225a521fa 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1351,7 +1351,7 @@ bom { ] } } - library("Rabbit AMQP Client", "5.7.3") { + library("Rabbit AMQP Client", "5.8.0") { group("com.rabbitmq") { modules = [ "amqp-client"