From 65cbcb95b62f82e26c947fdbbabbbd722cc48bdd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 14 Mar 2023 21:26:07 +0000 Subject: [PATCH] Start building against Spring AMQP 3.0.3 snapshots See gh-34610 --- 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 b1846a02b9..0bc1012896 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1317,7 +1317,7 @@ bom { ] } } - library("Spring AMQP", "3.0.2") { + library("Spring AMQP", "3.0.3-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",