From 7a9e8818cc68e959330488f39cd145007884749e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Apr 2023 11:42:17 +0200 Subject: [PATCH] Start building against Spring AMQP 3.0.4 snapshots See gh-34950 --- 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 15cd2e3b3e..2bcd2b1474 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1330,7 +1330,7 @@ bom { ] } } - library("Spring AMQP", "3.0.3") { + library("Spring AMQP", "3.0.4-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",