From c01680e9a86a2e51a33f420907fa93be41ef7cc8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 May 2023 12:11:17 +0200 Subject: [PATCH] Start building against Spring GraphQL 1.1.4 snapshots See gh-35303 --- 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 e6b45e6ad7..2423ae66fe 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.3") { + library("Spring GraphQL", "1.1.4-SNAPSHOT") { group("org.springframework.graphql") { modules = [ "spring-graphql",