From 87d60938e2412d6c9f1aeb4d470563a8840a41e4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 18 Feb 2021 12:13:42 +0000 Subject: [PATCH] Upgrade to Spring AMQP 2.3.5 Closes gh-25362 --- 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 05b70040c5..28436d8ac3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1601,7 +1601,7 @@ bom { ] } } - library("Spring AMQP", "2.3.4") { + library("Spring AMQP", "2.3.5") { group("org.springframework.amqp") { modules = [ "spring-amqp",