From 66c43685f58cf7b7fcae56e414bc28dd3a50ed93 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 21 Dec 2021 09:05:46 +0100 Subject: [PATCH] Upgrade to Spring AMQP 2.4.1 Closes gh-28995 --- 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 5d90b7f3945..deee7d01c9d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1620,7 +1620,7 @@ bom { ] } } - library("Spring AMQP", "2.4.1-SNAPSHOT") { + library("Spring AMQP", "2.4.1") { group("org.springframework.amqp") { modules = [ "spring-amqp",