From 1cf842cbf7b4f774260acccadb7fc0d2fc8573d3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 13:02:13 +0000 Subject: [PATCH] Upgrade to Rabbit AMQP Client 5.10.0 Closes gh-23905 --- 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 1680410047a..e67f8252ce4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1303,7 +1303,7 @@ bom { ] } } - library("Rabbit AMQP Client", "5.9.0") { + library("Rabbit AMQP Client", "5.10.0") { group("com.rabbitmq") { modules = [ "amqp-client"