From 77e9047d31b22eb14097865053095f2fe9b08be6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Jan 2022 08:46:16 +0100 Subject: [PATCH] Upgrade to Spring AMQP 2.4.2 Closes gh-29284 --- 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 66ab445be8..4a7bc03c1d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1632,7 +1632,7 @@ bom { ] } } - library("Spring AMQP", "2.4.2-SNAPSHOT") { + library("Spring AMQP", "2.4.2") { group("org.springframework.amqp") { modules = [ "spring-amqp",