From 809e2c023ffbfbc7b6ad6abc6e9e76db88b5d2ed Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Oct 2020 17:57:58 +0200 Subject: [PATCH] Start building against Spring AMQP 2.3.0-RC1 snapshots See gh-23680 --- 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 d6c36b9aeb..b3ed217492 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1540,7 +1540,7 @@ bom { ] } } - library("Spring AMQP", "2.3.0-M3") { + library("Spring AMQP", "2.3.0-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",