From 8841fffb1d565702bc2acb402f79aab412ca9c8d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jan 2025 18:28:48 +0000 Subject: [PATCH] Upgrade to Spring AMQP 3.2.2 Closes gh-43760 --- 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 c3608a5b64..a6302a59c7 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 = [