From 21661c6a1acbf124159377f9de4e31636408b54f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 08:29:37 +0100 Subject: [PATCH] Start building against Spring AMQP 2.4.17 snapshots See gh-37676 --- 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 23b8fed7c6..c14be52c67 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1721,7 +1721,7 @@ bom { ] } } - library("Spring AMQP", "2.4.16") { + library("Spring AMQP", "2.4.17-SNAPSHOT") { considerSnapshots() prohibit { versionRange "[3.0.0-M1,)"