From f8caab121d3d7b8ff002216b99a19916e87feaa4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Feb 2021 07:23:22 +0100 Subject: [PATCH] Start building against Spring AMQP 2.3.5 snapshots See gh-25290 --- 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 12cd75be1e3d..5b55e1f8f9f9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1537,7 +1537,7 @@ bom { ] } } - library("Spring AMQP", "2.3.4") { + library("Spring AMQP", "2.3.5-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",