From 83cfa7bc9cbfceb8638399a21888eb1339528767 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Aug 2023 08:58:09 +0200 Subject: [PATCH] Upgrade to Spring AMQP 3.0.8 Closes gh-36832 --- 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 23793a109f..b9801ecad2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1338,7 +1338,7 @@ bom { ] } } - library("Spring AMQP", "3.0.8-SNAPSHOT") { + library("Spring AMQP", "3.0.8") { group("org.springframework.amqp") { imports = [ "spring-amqp-bom"