From bc6d2ea16d6fe52f987a9e45caab01bdaa13d5cd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 13 Jun 2022 12:52:37 +0200 Subject: [PATCH] Start building against Spring AMQP 2.4.6 snapshots See gh-31348 --- 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 de662fa111e..62a154dcc0c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1673,7 +1673,7 @@ bom { ] } } - library("Spring AMQP", "2.4.5") { + library("Spring AMQP", "2.4.6-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",