From 46f37ba96de79c04b815f8ddbce2d44dbe2069d6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 19 Mar 2024 09:55:13 +0000 Subject: [PATCH] Upgrade to Spring AMQP 3.1.3 Closes gh-39891 --- 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 e0693ec7db99..0cfe5721db37 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1770,7 +1770,7 @@ bom { ] } } - library("Spring AMQP", "3.1.3-SNAPSHOT") { + library("Spring AMQP", "3.1.3") { considerSnapshots() group("org.springframework.amqp") { imports = [