From 31cabba8281463b7c95ee8eb71fe97ee8982254e Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Wed, 4 May 2022 13:03:49 +0200 Subject: [PATCH] Switch to Spring for GraphQL 1.0.0-SNAPSHOT See gh-30858 --- 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 c7cf0fe0ea..70f6b336b7 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 GraphQL", "1.0.0-RC1") { + library("Spring GraphQL", "1.0.0-SNAPSHOT") { group("org.springframework.graphql") { modules = [ "spring-graphql",