From 869a05c76836e674de2bca5d3739964090fa6e70 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Jun 2025 10:56:30 +0100 Subject: [PATCH] Start building against Spring AMQP 3.1.12 snapshots See gh-45752 --- 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 0286a94ca0..5c5f8cdfc9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2082,7 +2082,7 @@ bom { ] } } - library("Spring AMQP", "3.1.11") { + library("Spring AMQP", "3.1.12-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { bom("spring-amqp-bom")