From b4b870a5317fd958794bc930ac78ccd97660f704 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 May 2023 19:22:38 +0100 Subject: [PATCH] Upgrade to Spring GraphQL 1.2.0 Closes gh-35312 --- 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 ea5591cedd..8b856fd697 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1421,7 +1421,7 @@ bom { ] } } - library("Spring GraphQL", "1.2.0-SNAPSHOT") { + library("Spring GraphQL", "1.2.0") { group("org.springframework.graphql") { modules = [ "spring-graphql",