From ee431775a3cdd50db46b6d4bdbf42b695fd5220f Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 10 Apr 2025 07:18:20 -0700 Subject: [PATCH] Start building against Spring AMQP 3.1.11 snapshots See gh-45054 --- 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 e08904afc1..2cb76cdb03 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2060,7 +2060,7 @@ bom { ] } } - library("Spring AMQP", "3.1.10") { + library("Spring AMQP", "3.1.11-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { bom("spring-amqp-bom")