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