From 21e727a5b029c16f9f44bb8a2dd658b32f814823 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jan 2025 18:25:54 +0000 Subject: [PATCH] Upgrade to Spring AMQP 3.2.2 Closes gh-43748 Signed-off-by: arefbehboudi --- 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 be475b301b83..3a47c1c16fe0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2080,7 +2080,7 @@ bom { ] } } - library("Spring AMQP", "3.2.2-SNAPSHOT") { + library("Spring AMQP", "3.2.2") { considerSnapshots() group("org.springframework.amqp") { imports = [