From 3191b814e0bb9a5f63fc0508a8207f14c39b1736 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Jul 2021 13:02:04 +0200 Subject: [PATCH] Start building against Spring AMQP 2.4.0-M1 snapshots See gh-27171 --- 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 8375ec6944..2b920cb900 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1616,7 +1616,7 @@ bom { ] } } - library("Spring AMQP", "2.3.8") { + library("Spring AMQP", "2.4.0-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",