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