From 8bcde6d57b950071565932be173008550d67c5ed Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Nov 2022 16:10:04 +0100 Subject: [PATCH] Start building against Spring AMQP 2.4.8 snapshots See gh-33222 --- 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 c55b3571f5..7edc17f453 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1690,7 +1690,7 @@ bom { ] } } - library("Spring AMQP", "2.4.7") { + library("Spring AMQP", "2.4.8-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",