From 013d8ed990bf8f2c26f34cf889dcfd01262e3b72 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 8 Dec 2020 03:52:25 +0100 Subject: [PATCH] Start building against Spring AMQP 2.3.2 snapshots See gh-24288 --- 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 b068dfe2c5..16d8e8b1c1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1537,7 +1537,7 @@ bom { ] } } - library("Spring AMQP", "2.3.1") { + library("Spring AMQP", "2.3.2-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",