From 1f01e3b5fd799f2d33d0aaaebb0e9b48130d915f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 18 Mar 2024 15:48:41 +0000 Subject: [PATCH] Upgrade to Spring AMQP 3.0.12 Closes gh-39872 --- 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 faa2810fdb8..612133649f7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1382,7 +1382,7 @@ bom { ] } } - library("Spring AMQP", "3.0.12-SNAPSHOT") { + library("Spring AMQP", "3.0.12") { considerSnapshots() group("org.springframework.amqp") { imports = [