From b21d1a9893976169ac8a9cbb917c77e0bd078ebb 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 --- 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 902c36163f0..51b09b668c4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2081,7 +2081,7 @@ bom { ] } } - library("Spring AMQP", "3.2.2-SNAPSHOT") { + library("Spring AMQP", "3.2.2") { considerSnapshots() group("org.springframework.amqp") { imports = [