From 3c00a042111baab179b793ac55793292a6eedeaf Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 3 Jul 2023 17:52:48 +0100 Subject: [PATCH] Start building against Spring GraphQL 1.2.2 snapshots See gh-36186 --- 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 260fd8c1a5e..6288dbc4e67 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1404,7 +1404,7 @@ bom { ] } } - library("Spring GraphQL", "1.2.1") { + library("Spring GraphQL", "1.2.2-SNAPSHOT") { group("org.springframework.graphql") { modules = [ "spring-graphql",