From af72bf1671fa3c5db2d378f9bd4f193818a292ba Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 8 Sep 2023 14:13:15 +0100 Subject: [PATCH] Start building against Spring AMQP 3.0.9 snapshots See gh-37264 --- 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 fb2d7137388..e90002fe328 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1379,7 +1379,7 @@ bom { ] } } - library("Spring AMQP", "3.0.8") { + library("Spring AMQP", "3.0.9-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { imports = [