From 443d9f9bd2cb1e750a645d470b6cb7a1007522d8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 7 Jun 2023 16:04:35 +0100 Subject: [PATCH] Start building against Spring GraphQL 1.1.5 snapshots See gh-35775 --- 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 3bde109d9d6..0048ebd5f8e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1362,7 +1362,7 @@ bom { ] } } - library("Spring GraphQL", "1.1.4") { + library("Spring GraphQL", "1.1.5-SNAPSHOT") { group("org.springframework.graphql") { modules = [ "spring-graphql",