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