From e5ef0682fba5e6e696a4346f02f0f7421c745e16 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 May 2023 21:25:12 +0100 Subject: [PATCH] Upgrade to Spring AMQP 2.4.12 Closes gh-35533 --- 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 c4704aec4a4..3a65dca0568 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1690,7 +1690,7 @@ bom { ] } } - library("Spring AMQP", "2.4.8") { + library("Spring AMQP", "2.4.12") { group("org.springframework.amqp") { modules = [ "spring-amqp",