From f02e18a2d9ea58216ca3e79bc24a3e1858e7669c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 13 Aug 2021 11:12:47 +0200 Subject: [PATCH] Upgrade to Spring AMQP 2.4.0-M2 Closes gh-27622 --- 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 75a1f642ad4..808b0174d39 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1627,7 +1627,7 @@ bom { ] } } - library("Spring AMQP", "2.4.0-SNAPSHOT") { + library("Spring AMQP", "2.4.0-M2") { group("org.springframework.amqp") { modules = [ "spring-amqp",