From 91fb8b8b68288c014f2e96f4266e7f12e8b42dd7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Sep 2022 08:29:48 +0200 Subject: [PATCH] Start building against Spring AMQP 2.4.7 snapshots See gh-32269 --- 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 51f87cf477c..08116c4a069 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1680,7 +1680,7 @@ bom { ] } } - library("Spring AMQP", "2.4.6") { + library("Spring AMQP", "2.4.7-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",