From 1aecc059691d0b81951f49095f8604dda8c7cb2f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 22 Feb 2024 08:00:39 +0000 Subject: [PATCH] Upgrade to Spring AMQP 3.1.2 Closes gh-39490 --- 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 d53a754dc3..ea310e74f0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1426,7 +1426,7 @@ bom { ] } } - library("Spring AMQP", "3.1.2-SNAPSHOT") { + library("Spring AMQP", "3.1.2") { considerSnapshots() group("org.springframework.amqp") { imports = [