From 332ab5e1c688f0a8d4d11e7ba0e133d10689de43 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 18 Feb 2021 11:30:04 +0000 Subject: [PATCH] Upgrade to Spring AMQP 2.3.5 Closes gh-25290 --- 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 1d98f19df6bb..fc304d1a5dcf 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.5-SNAPSHOT") { + library("Spring AMQP", "2.3.5") { group("org.springframework.amqp") { modules = [ "spring-amqp",