From 31fb515d16e4b6609c6b1c5f59e7669557e916f5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 12 Mar 2022 11:51:33 +0100 Subject: [PATCH] Start building against Spring AMQP 2.4.3 snapshots See gh-30180 --- 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 9f920b6a37..b769707444 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1671,7 +1671,7 @@ bom { ] } } - library("Spring AMQP", "2.4.2") { + library("Spring AMQP", "2.4.3-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",