From 56a09fb048c662df4991df5e8fe01259164b4ed0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Apr 2024 19:51:07 +0100 Subject: [PATCH] Upgrade to Spring AMQP 3.1.4 Closes gh-40222 --- 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 dc02a425838..c432a9a1ff5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1797,7 +1797,7 @@ bom { ] } } - library("Spring AMQP", "3.1.4-SNAPSHOT") { + library("Spring AMQP", "3.1.4") { considerSnapshots() group("org.springframework.amqp") { imports = [