From 1c210f5c1a27cfa488ac023e71cd97bffb2f7d2f Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 19 Dec 2023 11:34:54 +0100 Subject: [PATCH] Upgrade to Spring AMQP 3.1.1 Closes gh-38860 --- 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 9027f3cb482..21b98d3d877 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1495,7 +1495,7 @@ bom { ] } } - library("Spring AMQP", "3.1.0") { + library("Spring AMQP", "3.1.1") { considerSnapshots() group("org.springframework.amqp") { imports = [