From 0d7a60f8cf87df4cd13e1d78768e96bfa984e656 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Mar 2021 18:27:16 +0000 Subject: [PATCH] Upgrade to Spring AMQP 2.3.6 Closes gh-25647 --- 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 f225085c054..a47d1ba2193 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1538,7 +1538,7 @@ bom { ] } } - library("Spring AMQP", "2.3.5") { + library("Spring AMQP", "2.3.6") { group("org.springframework.amqp") { modules = [ "spring-amqp",