From 4229039ba4177bf6f12718c9f8a37504a1328800 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 10 Nov 2021 19:51:53 +0100 Subject: [PATCH] Start building against Spring AMQP 2.3.12 snapshots See gh-28600 --- 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 58ed5dd95ab..8cbbc569730 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1636,7 +1636,7 @@ bom { ] } } - library("Spring AMQP", "2.3.11") { + library("Spring AMQP", "2.3.12-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",