From ef32e02df110ce7a2d5d220891050265b21d65b1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 10 Sep 2021 08:30:36 +0200 Subject: [PATCH] Start building against Spring AMQP 2.4.0-M3 snapshots See gh-27933 --- 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 7e18a7dbb6..e133890788 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1606,7 +1606,7 @@ bom { ] } } - library("Spring AMQP", "2.4.0-M2") { + library("Spring AMQP", "2.4.0-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",