From b06e0b50b47ba3b498282436376c1bedfb51590e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 10 Dec 2020 09:24:31 +0100 Subject: [PATCH] Upgrade to Spring AMQP 2.3.2 Closes gh-24288 --- 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 16b8f43d660f..f3ee0b22afd9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1537,7 +1537,7 @@ bom { ] } } - library("Spring AMQP", "2.3.2-SNAPSHOT") { + library("Spring AMQP", "2.3.2") { group("org.springframework.amqp") { modules = [ "spring-amqp",