From e34187d05feccf3bf4bbacc44ff1f5bd5ddfb341 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Wed, 18 May 2022 18:31:18 +0200 Subject: [PATCH] Upgrade to Spring for GraphQL 1.0.0 Closes gh-30858 --- 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 22f6aac99260..610db68f5d98 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1704,7 +1704,7 @@ bom { ] } } - library("Spring GraphQL", "1.0.0-SNAPSHOT") { + library("Spring GraphQL", "1.0.0") { group("org.springframework.graphql") { modules = [ "spring-graphql",