From 7ddbcac3840ac6ce3c421c04a0b912f9a1b2624f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 May 2024 09:56:48 +0100 Subject: [PATCH] Start building against Spring AMQP 3.0.14 snapshots See gh-40824 --- 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 58e85d1f2c..9e50da7b12 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1438,7 +1438,7 @@ bom { ] } } - library("Spring AMQP", "3.0.13") { + library("Spring AMQP", "3.0.14-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { imports = [