From ab2c9246d6dfce95da2805e90c8d3570736083e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 20 Aug 2024 08:58:26 +0200 Subject: [PATCH] Upgrade to Spring AMQP 3.2.0-M2 Closes gh-41823 --- 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 7e9787aae4c..2093f902845 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1892,7 +1892,7 @@ bom { ] } } - library("Spring AMQP", "3.2.0-SNAPSHOT") { + library("Spring AMQP", "3.2.0-M2") { considerSnapshots() group("org.springframework.amqp") { imports = [