From a1cf18a06a376a83b5e6e42abc1952b0dca6d967 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jul 2021 17:49:28 +0100 Subject: [PATCH] Upgrade to Spring AMQP 2.4.0-M1 Closes gh-27171 --- 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 6adc3acb89..f3a05b6ddd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1646,7 +1646,7 @@ bom { ] } } - library("Spring AMQP", "2.4.0-SNAPSHOT") { + library("Spring AMQP", "2.4.0-M1") { group("org.springframework.amqp") { modules = [ "spring-amqp",