From d5b1acc41fe6e833b9580307ae80d9300fa39c16 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 17 Oct 2023 09:03:19 +0100 Subject: [PATCH] Upgrade to Spring AMQP 3.1.0-RC1 Closes gh-37706 --- 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 35032e75c49..7fce5673369 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1493,7 +1493,7 @@ bom { ] } } - library("Spring AMQP", "3.1.0-SNAPSHOT") { + library("Spring AMQP", "3.1.0-RC1") { considerSnapshots() group("org.springframework.amqp") { imports = [