From e5ff5f56eaf2a439ae072216b37749e206a61d98 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 20 Nov 2023 17:48:37 -0800 Subject: [PATCH] Upgrade to Spring AMQP 3.1.0 Closes gh-38308 --- 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 36e3ba8bd1..6820b8f2f7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1491,7 +1491,7 @@ bom { ] } } - library("Spring AMQP", "3.1.0-SNAPSHOT") { + library("Spring AMQP", "3.1.0") { considerSnapshots() group("org.springframework.amqp") { imports = [