From 53fcf0971e89b21ce54d6b567fd29d343344e232 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jan 2022 16:42:25 +0100 Subject: [PATCH] Start building against Spring AMQP 2.3.14 snapshots See gh-29312 --- 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 0125ecae12..2e2a43f63c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1642,7 +1642,7 @@ bom { ] } } - library("Spring AMQP", "2.3.13") { + library("Spring AMQP", "2.3.14-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",