From f79f2b15946a5b6c45097f9edb3bcc6800b23056 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 10 Jun 2021 07:58:19 +0200 Subject: [PATCH] Upgrade to Spring AMQP 2.3.8 Closes gh-26764 --- 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 abe699ea675e..97526d48a507 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1623,7 +1623,7 @@ bom { ] } } - library("Spring AMQP", "2.3.8-SNAPSHOT") { + library("Spring AMQP", "2.3.8") { group("org.springframework.amqp") { modules = [ "spring-amqp",