From 080bec0b20643ed2652b26b861fe343c0094aebd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Feb 2021 06:54:06 +0100 Subject: [PATCH] Start building against Spring AMQP 2.2.15 snapshots See gh-25284 --- 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 0323cf0113..7039b9de00 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1645,7 +1645,7 @@ bom { ] } } - library("Spring AMQP", "2.2.14.RELEASE") { + library("Spring AMQP", "2.2.15.BUILD-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",