From 200c05ff98d5fff1b6ce246d391a534a349a81e2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Jan 2022 08:44:15 +0100 Subject: [PATCH] Upgrade to Spring AMQP 2.4.2 Closes gh-29318 --- 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 a3baea16d64f..dfd2b7f2b415 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1620,7 +1620,7 @@ bom { ] } } - library("Spring AMQP", "2.4.2-SNAPSHOT") { + library("Spring AMQP", "2.4.2") { group("org.springframework.amqp") { modules = [ "spring-amqp",