From 4e82a69a0b3a46743cb6c9489333b3d2e3291abd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Sep 2022 03:36:08 +0200 Subject: [PATCH] Start building against Spring GraphQL 1.0.2 snapshots See gh-32426 --- 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 abfe2ad8c1ed..033e925d3201 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1694,7 +1694,7 @@ bom { ] } } - library("Spring GraphQL", "1.0.1") { + library("Spring GraphQL", "1.0.2-SNAPSHOT") { group("org.springframework.graphql") { modules = [ "spring-graphql",