From 6ff31fe231204dcd566b82e70e9a187089f6f5fa Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Thu, 6 Oct 2022 15:14:31 +0200 Subject: [PATCH] Switch to Spring for GraphQL 1.1.0-SNAPSHOT See gh-32605 --- 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 a7b9add844..ce14c7f206 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1430,7 +1430,7 @@ bom { ] } } - library("Spring GraphQL", "1.1.0-M1") { + library("Spring GraphQL", "1.1.0-SNAPSHOT") { group("org.springframework.graphql") { modules = [ "spring-graphql",