From 8d351ffb1f231a0f27eb5b747766a1c64b166fb4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 17:29:21 +0200 Subject: [PATCH] Upgrade to Spring AMQP 3.0.5 Closes gh-35748 --- 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 c86cf586bcba..ef25f879b48b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1382,7 +1382,7 @@ bom { ] } } - library("Spring AMQP", "3.0.5-SNAPSHOT") { + library("Spring AMQP", "3.0.5") { group("org.springframework.amqp") { modules = [ "spring-amqp",