From cadeb6d88fdf1a1fe8e521cbab33c56ab19c3c90 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 Dec 2024 19:18:06 +0000 Subject: [PATCH] Upgrade to Spring AMQP 3.2.1 Closes gh-43411 --- 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 3b2074aa65e..8741f356844 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.1-SNAPSHOT") { + library("Spring AMQP", "3.2.1") { considerSnapshots() group("org.springframework.amqp") { imports = [