From ef4915ee554d2e61670cb68f762b19dac20cd44c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jan 2022 16:53:43 +0100 Subject: [PATCH] Start building against Spring AMQP 2.4.2 snapshots See gh-29318 --- 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 3b410b49631..73d5b632c23 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1620,7 +1620,7 @@ bom { ] } } - library("Spring AMQP", "2.4.1") { + library("Spring AMQP", "2.4.2-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",