From 133963b2e96ef7f780eaceef4835a7acc18a60b6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 8 Sep 2023 09:29:14 +0100 Subject: [PATCH] Start building against Spring AMQP 2.4.16 snapshots See gh-37247 --- 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 6967f5d849..e50770393b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1718,7 +1718,7 @@ bom { ] } } - library("Spring AMQP", "2.4.15") { + library("Spring AMQP", "2.4.16-SNAPSHOT") { considerSnapshots() prohibit { versionRange "[3.0.0-M1,)"