From f85ba2a37e260c8c67df3d380207bd612abb6371 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 3 Jul 2023 19:26:55 +0100 Subject: [PATCH] Start building against Spring GraphQL 1.2.2 snapshots See gh-36191 --- 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 154b064b6d..1cff8077aa 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1407,7 +1407,7 @@ bom { ] } } - library("Spring GraphQL", "1.2.1") { + library("Spring GraphQL", "1.2.2-SNAPSHOT") { group("org.springframework.graphql") { modules = [ "spring-graphql",