From ee274abe48c9ba5ad4cf8171a55b3aaa27b9e65e Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Wed, 20 Apr 2022 10:56:51 +0200 Subject: [PATCH] Upgrade to Spring for GraphQL 1.0.0-RC1 Closes gh-30463 --- 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 069feb85e31..4782bd39597 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1712,7 +1712,7 @@ bom { ] } } - library("Spring GraphQL", "1.0.0-SNAPSHOT") { + library("Spring GraphQL", "1.0.0-RC1") { group("org.springframework.graphql") { modules = [ "spring-graphql",