From acfc5fe830add09320b5fdbc80cdf79f61baebe3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Apr 2024 19:44:27 +0100 Subject: [PATCH] Upgrade to Spring AMQP 3.0.13 Closes gh-40373 --- 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 a1fc4baf4ef..6f8b9e25c68 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.12") { + library("Spring AMQP", "3.0.13") { considerSnapshots() group("org.springframework.amqp") { imports = [