From d20f58249357f484c77b44df4a683d1e3935fa50 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 18 Oct 2022 21:39:33 +0100 Subject: [PATCH] Upgrade to Spring GraphQL 1.0.0-RC1 Closes gh-32605 --- 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 bd88b22cafc..faf1ce062d1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1435,7 +1435,7 @@ bom { ] } } - library("Spring GraphQL", "1.1.0-SNAPSHOT") { + library("Spring GraphQL", "1.1.0-RC1") { group("org.springframework.graphql") { modules = [ "spring-graphql",