From 5b892b163fdbcae00f34bc92f1e0cdcbf6aa7816 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 May 2024 09:58:09 +0100 Subject: [PATCH] Start building against Spring AMQP 3.1.5 snapshots See gh-40827 --- 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 eba0f7753c7..b36606de02a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1551,7 +1551,7 @@ bom { ] } } - library("Spring AMQP", "3.1.4") { + library("Spring AMQP", "3.1.5-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { imports = [