From 250868ad849f206fbc79fd2ed8a9aa7048e08618 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Jul 2023 19:53:54 +0200 Subject: [PATCH] Upgrade to Spring AMQP 2.4.14 Closes gh-36399 --- 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 ce1fdbf632..69845ffd63 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1714,7 +1714,7 @@ bom { ] } } - library("Spring AMQP", "2.4.14-SNAPSHOT") { + library("Spring AMQP", "2.4.14") { prohibit { versionRange "[3.0.0-M1,)" because "it uses Spring Framework 6"