From 12c2c8269b7460d678035e8a2498e5229079270f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Apr 2023 14:40:47 +0200 Subject: [PATCH] Start building against Spring AMQP 3.0.4 snapshots See gh-34967 --- 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 c5d1a35726..040bb1542a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1322,7 +1322,7 @@ bom { ] } } - library("Spring AMQP", "3.0.3") { + library("Spring AMQP", "3.0.4-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",