From b3db0768c0a9249a0fee1fcc5d83b534844f1bd4 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 969b0c7315f..9c1e5386495 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",