From b2c2e6d0ca080a7c8ba5a18d918993b947e109df Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 21 Dec 2021 09:03:40 +0100 Subject: [PATCH] Upgrade to Spring AMQP 2.3.13 Closes gh-28994 --- 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 bfefa7d5ef..af287f7e7a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1642,7 +1642,7 @@ bom { ] } } - library("Spring AMQP", "2.3.13-SNAPSHOT") { + library("Spring AMQP", "2.3.13") { group("org.springframework.amqp") { modules = [ "spring-amqp",