From 3b53c150845f55a501e430ff8ad42811ad7e5039 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Jul 2023 19:57:01 +0200 Subject: [PATCH] Upgrade to Spring AMQP 3.0.6 Closes gh-36403 --- 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 943ea71a6b..8e27c17d1a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1365,7 +1365,7 @@ bom { ] } } - library("Spring AMQP", "3.0.6-SNAPSHOT") { + library("Spring AMQP", "3.0.6") { group("org.springframework.amqp") { imports = [ "spring-amqp-bom"