From 4ad7f22188539767754253341ef7ffa61cd21a45 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 11 Mar 2024 17:22:18 +0000 Subject: [PATCH] Start building against Spring AMQP 3.0.12 snapshots See gh-39872 --- 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 ae03b767a76..b7350583f32 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1382,7 +1382,7 @@ bom { ] } } - library("Spring AMQP", "3.0.11") { + library("Spring AMQP", "3.0.12-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { imports = [