From cd817847725f9aa4f14ca9fea7e965d2b6ea6d15 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 18 Mar 2021 07:56:42 +0100 Subject: [PATCH] Upgrade to Spring AMQP 2.3.6 Closes gh-25648 --- 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 32a4dbbb55f..5697f03aa45 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1601,7 +1601,7 @@ bom { ] } } - library("Spring AMQP", "2.3.5") { + library("Spring AMQP", "2.3.6") { group("org.springframework.amqp") { modules = [ "spring-amqp",