From 122b663752b704ef0168a6cef3badff704f74967 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 18 Mar 2024 15:50:55 +0000 Subject: [PATCH] Upgrade to Spring AMQP 3.1.3 Closes gh-39881 --- 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 9974fd9d169..50849177e2b 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.3-SNAPSHOT") { + library("Spring AMQP", "3.1.3") { considerSnapshots() group("org.springframework.amqp") { imports = [