From ec69ea38e879850830f5789c66cef2d58127bd1d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Apr 2024 07:52:35 +0100 Subject: [PATCH] Start building against Spring AMQP 3.1.4 snapshots See gh-40222 --- 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 09189c34ae0..1338bd05a5b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1791,7 +1791,7 @@ bom { ] } } - library("Spring AMQP", "3.1.3") { + library("Spring AMQP", "3.1.4-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { imports = [