From 1b73b85a883a37021841070f423ca886c0a7ccdd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Sep 2022 15:52:32 +0200 Subject: [PATCH] Upgrade to Spring GraphQL 1.0.2 Closes gh-32426 --- 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 033e925d320..72d496b6015 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1694,7 +1694,7 @@ bom { ] } } - library("Spring GraphQL", "1.0.2-SNAPSHOT") { + library("Spring GraphQL", "1.0.2") { group("org.springframework.graphql") { modules = [ "spring-graphql",