From 2a5083c9ac5a1d39de48570459c7a629678cc26c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 17 Mar 2025 17:39:15 +0100 Subject: [PATCH] Upgrade to Spring AMQP 3.1.10 Closes gh-44738 --- 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 4508d3f079..fba1b1e0f8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2098,7 +2098,7 @@ bom { ] } } - library("Spring AMQP", "3.1.9") { + library("Spring AMQP", "3.1.10") { considerSnapshots() group("org.springframework.amqp") { imports = [