From 4c31ccb576b029ec40f4981321ee2ae3a28084cb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 4 Jun 2021 15:36:53 +0200 Subject: [PATCH] Start building against Spring AMQP 2.3.8 snapshots See gh-26762 --- 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 bc635d5f83..f55f7f8014 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1538,7 +1538,7 @@ bom { ] } } - library("Spring AMQP", "2.3.7") { + library("Spring AMQP", "2.3.8-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",