From c85936f004aacbfdc5639b74e2b5efbbc85eee4d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 10 May 2021 12:42:05 +0200 Subject: [PATCH] Start building against Spring AMQP 2.3.7 snapshots See gh-26384 --- 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 6f3af5a5e5..d2c73ed4ae 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1623,7 +1623,7 @@ bom { ] } } - library("Spring AMQP", "2.3.6") { + library("Spring AMQP", "2.3.7-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",