From 32bf5b6e89b0d394fb20e6591ff93f698fde57ec Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Sep 2020 18:27:44 +0200 Subject: [PATCH] Upgrade to Spring AMQP 2.3.0-M3 Closes gh-23011 --- 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 50945d3249a..2fe311a4fa3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1537,7 +1537,7 @@ bom { ] } } - library("Spring AMQP", "2.3.0-SNAPSHOT") { + library("Spring AMQP", "2.3.0-M3") { group("org.springframework.amqp") { modules = [ "spring-amqp",