From 2d09711942441b268e198ecbe4d57916971a2859 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 10:11:13 +0100 Subject: [PATCH] Start building against Spring GraphQL 1.0.3 snapshots See gh-33150 --- 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 00a873e5326b..a32854124456 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1712,7 +1712,7 @@ bom { ] } } - library("Spring GraphQL", "1.0.2") { + library("Spring GraphQL", "1.0.3-SNAPSHOT") { group("org.springframework.graphql") { modules = [ "spring-graphql",