From f6b96040add4cd0326f8343555deac3ae596ac99 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 13 Jul 2023 16:06:42 +0200 Subject: [PATCH] Start building against Spring AMQP 3.0.6 snapshots See gh-36403 --- 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 07ffda0910..5da0abde4c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1365,7 +1365,7 @@ bom { ] } } - library("Spring AMQP", "3.0.5") { + library("Spring AMQP", "3.0.6-SNAPSHOT") { group("org.springframework.amqp") { imports = [ "spring-amqp-bom"