From e909e81a7d843b845abb2ff422395d792f6fdd38 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 Jul 2023 07:42:34 +0200 Subject: [PATCH 1/2] Upgrade to Spring GraphQL 1.2.2 Closes gh-36186 --- 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 1d760b1b58..5854c084ae 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1400,7 +1400,7 @@ bom { ] } } - library("Spring GraphQL", "1.2.2-SNAPSHOT") { + library("Spring GraphQL", "1.2.2") { group("org.springframework.graphql") { modules = [ "spring-graphql", From 271059cd233ba7d4b986038ad679cac32c2cc70a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 Jul 2023 07:42:35 +0200 Subject: [PATCH 2/2] Upgrade to Spring Integration 6.1.2 Closes gh-36404 --- 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 5854c084ae..8d4feee345 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1415,7 +1415,7 @@ bom { ] } } - library("Spring Integration", "6.1.2-SNAPSHOT") { + library("Spring Integration", "6.1.2") { group("org.springframework.integration") { imports = [ "spring-integration-bom"