From f91d2df40336713418225b560ca795b249c91796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 14 Feb 2025 16:57:04 +0100 Subject: [PATCH] Start building against Spring AMQP 3.1.9 snapshots See gh-44277 --- 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 8e25c2b4dba3..9c69743d48c8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2094,7 +2094,7 @@ bom { ] } } - library("Spring AMQP", "3.1.8") { + library("Spring AMQP", "3.1.9-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { imports = [