From 3cf1888cef3d286974cf54350870c48cea583313 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 7 Oct 2021 09:06:00 +0200 Subject: [PATCH] Start building against Spring AMQP 2.3.11 snapshots See gh-28226 --- 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 f6fd150951b..82650e7b25f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1544,7 +1544,7 @@ bom { ] } } - library("Spring AMQP", "2.3.10") { + library("Spring AMQP", "2.3.11-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",