From fc5fd7fd758a45507d279dfdf42490b00a90d9d8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 10 Aug 2021 20:45:03 +0200 Subject: [PATCH] Start building against Spring AMQP 2.4.0-M2 snapshots See 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 7d36858d5bd..98032a3db5d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1639,7 +1639,7 @@ bom { ] } } - library("Spring AMQP", "2.4.0-M1") { + library("Spring AMQP", "2.4.0-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",