From 9477231c51ff799239234989cf182fec7c74e1bb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Jun 2021 18:21:36 +0200 Subject: [PATCH] Start building against Spring AMQP 2.3.9 snapshots See gh-26966 --- 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 7da35bb5c00..d319ba3f66e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1538,7 +1538,7 @@ bom { ] } } - library("Spring AMQP", "2.3.8") { + library("Spring AMQP", "2.3.9-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",