From d402d0ecfd2b069ae7e6b56f8473f5d59b9bfbe4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 8 Feb 2024 13:29:18 +0000 Subject: [PATCH] Start building against Spring AMQP 3.0.11 snapshots See gh-39457 --- 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 2e11894345..d3ab68f72a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1382,7 +1382,7 @@ bom { ] } } - library("Spring AMQP", "3.0.10") { + library("Spring AMQP", "3.0.11-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { imports = [