From 48f8dd28ac389349a70bf1a754f38af98e4398b2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 22 Mar 2022 20:34:40 +0000 Subject: [PATCH] Upgrade to Spring AMQP 3.0.0-M2 Closes gh-30201 --- 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 8803b2c21a..978274c4ac 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1318,7 +1318,7 @@ bom { ] } } - library("Spring AMQP", "3.0.0-SNAPSHOT") { + library("Spring AMQP", "3.0.0-M2") { group("org.springframework.amqp") { modules = [ "spring-amqp",