From 35916a9962668dc4997ac5fce86a12fc1d2599dc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Sep 2022 16:00:47 +0200 Subject: [PATCH] Upgrade to Spring GraphQL 1.1.0-M1 Closes gh-32294 --- 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 c4d0cfb8fe..366e29e2bc 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.1.0-SNAPSHOT") { + library("Spring GraphQL", "1.1.0-M1") { group("org.springframework.graphql") { modules = [ "spring-graphql",