From 0f0222b0f86054fbe0f55fca1fef09d4d7a2d1a6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Mar 2023 18:11:18 +0000 Subject: [PATCH 1/2] Upgrade to Spring AMQP 2.4.11 Closes gh-34607 --- 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 8fdccff1004..d888320157c 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.11-SNAPSHOT") { + library("Spring AMQP", "2.4.11") { prohibit { versionRange "[3.0.0-M1,)" because "it uses Spring Framework 6" From fbce81fd24fa53fb434f32ba32ee410b50c2218b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Mar 2023 18:11:18 +0000 Subject: [PATCH 2/2] Upgrade to Spring GraphQL 1.0.4 Closes gh-34532 --- 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 d888320157c..a033e016521 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1761,7 +1761,7 @@ bom { ] } } - library("Spring GraphQL", "1.0.4-SNAPSHOT") { + library("Spring GraphQL", "1.0.4") { group("org.springframework.graphql") { modules = [ "spring-graphql",