From ed5bec10d4a10bd94d129ab801b7a1157f923155 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Fri, 17 Feb 2023 16:02:54 +0100 Subject: [PATCH] Switch to Spring for GraphQL 1.1.2-SNAPSHOT See gh-34227 --- 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 f15aa425e7d3..af32f3cd94cd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1362,7 +1362,7 @@ bom { ] } } - library("Spring GraphQL", "1.1.1") { + library("Spring GraphQL", "1.1.2-SNAPSHOT") { group("org.springframework.graphql") { modules = [ "spring-graphql",