From d79b3597bb16d607273a3ae4716d11bcf08b0b8c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Jun 2021 21:39:24 +0100 Subject: [PATCH] Upgrade to Spring AMQP 2.3.8 Closes gh-26762 --- 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 853455b406..704259fe1b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1538,7 +1538,7 @@ bom { ] } } - library("Spring AMQP", "2.3.8-SNAPSHOT") { + library("Spring AMQP", "2.3.8") { group("org.springframework.amqp") { modules = [ "spring-amqp",