From c08310ca35911f36ba079681e26449e34d36df02 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 10 Dec 2020 08:56:38 +0100 Subject: [PATCH] Upgrade to Spring AMQP 2.2.13 Closes gh-24287 --- 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 9c14478155c..1c19b2b5c39 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1645,7 +1645,7 @@ bom { ] } } - library("Spring AMQP", "2.2.13.BUILD-SNAPSHOT") { + library("Spring AMQP", "2.2.13.RELEASE") { group("org.springframework.amqp") { modules = [ "spring-amqp",