From b33d43cc435711e73ec005ef5f13a6b3cf78e7e9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 17 Oct 2023 08:46:53 +0100 Subject: [PATCH] Upgrade to Spring AMQP 3.0.10 Closes gh-37681 --- 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 9cd1ef4382c9..163a496c6eed 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1349,7 +1349,7 @@ bom { ] } } - library("Spring AMQP", "3.0.10-SNAPSHOT") { + library("Spring AMQP", "3.0.10") { considerSnapshots() group("org.springframework.amqp") { imports = [