From a27b87a118cc403b81f20b3d72e538afc0cf0579 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Jan 2021 09:23:34 +0100 Subject: [PATCH] Start building against Spring AMQP 2.3.3 snapshots See gh-24702 --- 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 490d762c0386..111347af3606 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1537,7 +1537,7 @@ bom { ] } } - library("Spring AMQP", "2.3.2") { + library("Spring AMQP", "2.3.3-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",