From 5035f638a53a7d809edf8206690069a9372475b5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 21 Nov 2022 17:39:22 +0100 Subject: [PATCH] Upgrade to Spring AMQP 2.4.8 Closes 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 5fccda5ee36b..8b18e30bb0cb 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.8-SNAPSHOT") { + library("Spring AMQP", "2.4.8") { group("org.springframework.amqp") { modules = [ "spring-amqp",