From 6e1a4a34665e484de287aa8e87069b257b372f6d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Apr 2023 14:55:45 +0200 Subject: [PATCH] Start building against Spring GraphQL 1.2.0-RC1 snapshots See gh-34972 --- 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 4b74c3daba..eff65b617d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1361,7 +1361,7 @@ bom { ] } } - library("Spring GraphQL", "1.2.0-M1") { + library("Spring GraphQL", "1.2.0-SNAPSHOT") { group("org.springframework.graphql") { modules = [ "spring-graphql",