From 1c08f503ba90e850226ae7a751c07b35946bb9e0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Apr 2022 07:59:18 +0200 Subject: [PATCH] Upgrade to Spring AMQP 2.3.16 Closes gh-30699 --- 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 c2b890e418..f4cae08121 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1688,7 +1688,7 @@ bom { ] } } - library("Spring AMQP", "2.3.16-SNAPSHOT") { + library("Spring AMQP", "2.3.16") { group("org.springframework.amqp") { modules = [ "spring-amqp",