From 93f75a7d128220f5b8ac473d76e48f52dcb1cda4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 11 Dec 2021 17:19:08 +0100 Subject: [PATCH] Start building against Spring AMQP 2.3.13 snapshots See gh-28994 --- 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 c5affb8749c..999a808d8a3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1645,7 +1645,7 @@ bom { ] } } - library("Spring AMQP", "2.3.12") { + library("Spring AMQP", "2.3.13-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",