From 79b650543047f2bb3cb88a7bf537425416a59bf4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 21 Feb 2024 20:09:21 +0000 Subject: [PATCH] Upgrade to Spring AMQP 3.0.11 Closes gh-39457 --- 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 0c96a61e97d..e721035a007 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.11-SNAPSHOT") { + library("Spring AMQP", "3.0.11") { considerSnapshots() group("org.springframework.amqp") { imports = [