From 225fa6fbb5988c91f858412be421f3ee6d235ac6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 5 Jun 2023 17:41:36 +0100 Subject: [PATCH] Start building against Spring AMQP 3.0.5 snapshots See gh-35737 --- 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 302ac07a3d..1f94775706 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.4") { + library("Spring AMQP", "3.0.5-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",