From 4ca6cffd87ef5ccdfb712980bcd24986e495d056 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 12 Mar 2022 12:02:54 +0100 Subject: [PATCH] Start building against Spring AMQP 2.4.3 snapshots See gh-30189 --- 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 f59479c3f7e..94d2770ad4d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1647,7 +1647,7 @@ bom { ] } } - library("Spring AMQP", "2.4.2") { + library("Spring AMQP", "2.4.3-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",