From 2479f69db10e74238d3ed44fe5d0565feef817cc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 10 May 2021 09:02:27 +0200 Subject: [PATCH] Start building against Spring AMQP 2.3.7 snapshots See gh-26383 --- 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 dab69217953..566c9a4fe98 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.6") { + library("Spring AMQP", "2.3.7-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",