From 53b9ff5e89f5bc1d24459e3d204a43630c4ee8fa Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Wed, 20 Jul 2022 17:37:41 +0200 Subject: [PATCH] Upgrade to Spring for GraphQL 1.0.1 Closes gh-31616 --- 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 75339bb72b99..e0662657cf6a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1697,7 +1697,7 @@ bom { ] } } - library("Spring GraphQL", "1.0.1-SNAPSHOT") { + library("Spring GraphQL", "1.0.1") { group("org.springframework.graphql") { modules = [ "spring-graphql",