From 318ac7adc5080ad50ac0239e315274a8e7183df7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 7 Sep 2023 10:17:28 +0100 Subject: [PATCH] Start building against Spring AMQP 3.1.0 snapshots See gh-37228 --- 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 0a57cbc98f..fb4a255e9e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1484,7 +1484,7 @@ bom { ] } } - library("Spring AMQP", "3.0.8") { + library("Spring AMQP", "3.1.0-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { imports = [