From bb56f20e117e51670ec3ef597d17b466bc226a89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 20 Jun 2025 10:56:20 +0200 Subject: [PATCH] Start building against Spring AMQP 4.0.0-M3 snapshots See gh-46047 --- 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 2dc28eee181..c45aef12eb7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2125,7 +2125,7 @@ bom { ] } } - library("Spring AMQP", "3.2.5") { + library("Spring AMQP", "4.0.0-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { bom("spring-amqp-bom")