From 32da1bf3a15ed26ecfcce860c7e04dd6ca390e58 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 21 Feb 2024 21:05:35 +0000 Subject: [PATCH] Upgrade to Spring AMQP 3.1.2 Closes gh-39477 --- 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 62afcbbf168..c30c4e7329e 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.2-SNAPSHOT") { + library("Spring AMQP", "3.1.2") { considerSnapshots() group("org.springframework.amqp") { imports = [