From 455cccd11ae0f2e149fd316f9d6a2558bd47da1b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 13:15:48 +0100 Subject: [PATCH] Start building against Spring GraphQL 1.1.0 snapshots See gh-33145 --- 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 c23cfad7f11..296b1ef833e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1364,7 +1364,7 @@ bom { ] } } - library("Spring GraphQL", "1.1.0-RC1") { + library("Spring GraphQL", "1.1.0-SNAPSHOT") { group("org.springframework.graphql") { modules = [ "spring-graphql",