From d4f71753a58c09cc0e833feec98d2ee2c8110aa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 19 Nov 2024 08:49:38 +0100 Subject: [PATCH] Upgrade to Spring AMQP 3.1.8 Closes gh-43004 --- 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 c0db9891eb5..f3269bc7c39 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2051,7 +2051,7 @@ bom { ] } } - library("Spring AMQP", "3.1.8-SNAPSHOT") { + library("Spring AMQP", "3.1.8") { considerSnapshots() group("org.springframework.amqp") { imports = [