From e92ea34b98ae68c6aab553a6976d184ca1691df3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 5 Jun 2023 21:42:05 +0100 Subject: [PATCH] Start building against Spring GraphQL 1.2.1 snapshots See gh-35752 --- 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 3e4625ef58..0affc6d4e5 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") { + library("Spring GraphQL", "1.2.1-SNAPSHOT") { group("org.springframework.graphql") { modules = [ "spring-graphql",