From 677734817b82b172950244c861ba74aa3878d2c3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 8 Apr 2024 17:21:39 +0100 Subject: [PATCH] Start building against Spring AMQP 3.1.4 snapshots See gh-40210 --- 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 6994ceb578a..a9adf47b7bb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1495,7 +1495,7 @@ bom { ] } } - library("Spring AMQP", "3.1.3") { + library("Spring AMQP", "3.1.4-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { imports = [