From c72024de9fab4169871c9efb874403cef341a620 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 09:09:50 +0100 Subject: [PATCH] Start building against Spring AMQP 3.0.10 snapshots See gh-37681 --- 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 65d62b5d42..f0c524d340 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1353,7 +1353,7 @@ bom { ] } } - library("Spring AMQP", "3.0.9") { + library("Spring AMQP", "3.0.10-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { imports = [