From 0649605db16851795e0455d4837b3ca63dadd603 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 May 2023 12:12:57 +0200 Subject: [PATCH] Start building against Spring GraphQL 1.2.0 snapshots See gh-35312 --- 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 ebf6327eaa..896f2ffbf8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1421,7 +1421,7 @@ bom { ] } } - library("Spring GraphQL", "1.2.0-RC1") { + library("Spring GraphQL", "1.2.0-SNAPSHOT") { group("org.springframework.graphql") { modules = [ "spring-graphql",