From 783db48cf40e517411098c5f8803ff57c68049d6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Mar 2023 11:29:34 +0000 Subject: [PATCH] Start building against Spring GraphQL 1.0.4 snapshots See gh-34532 --- 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 9f45c82a38..80243ecc7b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1761,7 +1761,7 @@ bom { ] } } - library("Spring GraphQL", "1.0.3") { + library("Spring GraphQL", "1.0.4-SNAPSHOT") { group("org.springframework.graphql") { modules = [ "spring-graphql",