From f340a90ade0920d4c745ea5813527c34b236c02a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 16 Apr 2022 09:05:45 +0200 Subject: [PATCH] Start building against Spring AMQP 2.4.4 snapshots See gh-30703 --- 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 1d87e225f2..867f2f5978 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1665,7 +1665,7 @@ bom { ] } } - library("Spring AMQP", "2.4.3") { + library("Spring AMQP", "2.4.4-SNAPSHOT") { prohibit("[3.0.0-M1,)") { because "it uses Spring Framework 6" }