From b4b6477899cf9526c6b9d6e05afa886c58b1c81a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 17 Jun 2023 17:03:10 +0200 Subject: [PATCH] Upgrade to Spring AMQP 2.4.13 Closes gh-35727 --- 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 4c7e593a403..0fd54849c14 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1710,7 +1710,7 @@ bom { ] } } - library("Spring AMQP", "2.4.13-SNAPSHOT") { + library("Spring AMQP", "2.4.13") { prohibit { versionRange "[3.0.0-M1,)" because "it uses Spring Framework 6"