From 68b25598b9ca7f6ece1880b849fcaf8b04c5e7ea Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 20 Apr 2023 09:59:03 +0100 Subject: [PATCH] Upgrade to Spring GraphQL 1.2.0-RC1 Closes gh-34972 --- 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 7ad715ef93a..2667df8167b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1414,7 +1414,7 @@ bom { ] } } - library("Spring GraphQL", "1.2.0-SNAPSHOT") { + library("Spring GraphQL", "1.2.0-RC1") { group("org.springframework.graphql") { modules = [ "spring-graphql",