From 871abe729d792122201a9ea8c389272509e927ac Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 13:14:01 +0100 Subject: [PATCH] Start building against Spring AMQP 3.0.0 snapshots See gh-33141 --- 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 39e60d0100..d6c904caf9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1332,7 +1332,7 @@ bom { ] } } - library("Spring AMQP", "3.0.0-RC1") { + library("Spring AMQP", "3.0.0-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",