From e5f981ea5f2698040652c26097d144089c7126ff Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 18 Jan 2022 08:58:14 +0100 Subject: [PATCH] Upgrade to Spring AMQP 3.0.0-M1 Closes gh-28646 --- 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 265546833f..e129158ca6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1309,7 +1309,7 @@ bom { ] } } - library("Spring AMQP", "3.0.0-SNAPSHOT") { + library("Spring AMQP", "3.0.0-M1") { group("org.springframework.amqp") { modules = [ "spring-amqp",