From 1a2832a0b603dee17d537433238e7765b6de04a2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 17 Oct 2023 08:59:42 +0100 Subject: [PATCH] Upgrade to Spring AMQP 3.0.10 Closes gh-37696 --- 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 dcb1f7f1f8..a32226a7e6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1380,7 +1380,7 @@ bom { ] } } - library("Spring AMQP", "3.0.10-SNAPSHOT") { + library("Spring AMQP", "3.0.10") { considerSnapshots() group("org.springframework.amqp") { imports = [