From 7586509f2b0def3787ec42607efafe1ff77a3aff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 18 Sep 2023 19:05:27 +0200 Subject: [PATCH] Upgrade to Spring AMQP 3.0.9 Closes gh-37257 --- 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 e9b746bef8..1d5049a870 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1350,7 +1350,7 @@ bom { ] } } - library("Spring AMQP", "3.0.9-SNAPSHOT") { + library("Spring AMQP", "3.0.9") { considerSnapshots() group("org.springframework.amqp") { imports = [