From c6d5652dcc8feb62a4c01723605e1643bf915700 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 8 Jul 2022 09:58:24 +0100 Subject: [PATCH] Start building against Spring GraphQL 1.0.1 snapshots See 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 2bf6a21f26..ef5e995f37 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.0") { + library("Spring GraphQL", "1.0.1-SNAPSHOT") { group("org.springframework.graphql") { modules = [ "spring-graphql",