From 379344ea5967a57445aa776ffa3a0b73be34d71d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 14 Jun 2022 07:52:04 +0200 Subject: [PATCH] Start building against Spring AMQP 2.4.6 snapshots See gh-31376 --- 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 96efc2f51c68..3b450795f92e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1650,7 +1650,7 @@ bom { ] } } - library("Spring AMQP", "2.4.5") { + library("Spring AMQP", "2.4.6-SNAPSHOT") { prohibit("[3.0.0-M1,)") { because "it uses Spring Framework 6" }