From 219d946e33a06c2344d388d1656019b266ca0d9b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 22 Mar 2022 17:30:21 +0000 Subject: [PATCH] Upgrade to Spring for GraphQL 1.0.0-M6 Closes gh-29637 --- 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 562dd10c45..08a7568b2b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1697,7 +1697,7 @@ bom { ] } } - library("Spring GraphQL", "1.0.0-SNAPSHOT") { + library("Spring GraphQL", "1.0.0-M6") { group("org.springframework.graphql") { modules = [ "spring-graphql",