From 07b6269a69face9a2d66bd52391ed8a9067205ae Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Mar 2022 17:10:44 +0100 Subject: [PATCH] Start building against Spring AMQP 2.3.15 snapshots See gh-30173 --- 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 676596e013..43629036cf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1688,7 +1688,7 @@ bom { ] } } - library("Spring AMQP", "2.3.14") { + library("Spring AMQP", "2.3.15-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",