From 2689b4dac0cca9b75bfed9b3b26283ed5a2bf22c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 18 Jun 2024 09:09:41 +0100 Subject: [PATCH] Upgrade to Spring AMQP 3.1.6 Closes gh-41143 --- 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 4d278c0366d..0c029d8a582 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1554,7 +1554,7 @@ bom { ] } } - library("Spring AMQP", "3.1.5") { + library("Spring AMQP", "3.1.6") { considerSnapshots() group("org.springframework.amqp") { imports = [