From 2a67513d4bea25c915c51d192626cb0f479dc41d Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 10 Apr 2025 13:47:46 -0700 Subject: [PATCH] Start building against Spring AMQP 3.2.5 snapshots See gh-45139 --- 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 fc856ba55c..01c88ec513 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2142,7 +2142,7 @@ bom { ] } } - library("Spring AMQP", "3.2.4") { + library("Spring AMQP", "3.2.5-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { bom("spring-amqp-bom")