From 0158213b3fe4a660c5c720411e9931708c8ea62a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 12 Aug 2020 17:20:33 +0100 Subject: [PATCH] Upgrade to Spring AMQP 2.3.0-M2 Closes gh-22761 --- 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 006040aba2..95d638c761 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1530,7 +1530,7 @@ bom { ] } } - library("Spring AMQP", "2.3.0-SNAPSHOT") { + library("Spring AMQP", "2.3.0-M2") { group("org.springframework.amqp") { modules = [ "spring-amqp",