From 7c59dfb782f8db465a4aaa962f6f39770c70c361 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 May 2024 17:58:55 +0100 Subject: [PATCH] Upgrade to Spring AMQP 3.0.14 Closes gh-40824 --- 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 39781a6a69..c4d22f3be4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1438,7 +1438,7 @@ bom { ] } } - library("Spring AMQP", "3.0.14-SNAPSHOT") { + library("Spring AMQP", "3.0.14") { considerSnapshots() group("org.springframework.amqp") { imports = [