From fcf75fd6cb8a04b7f05203a1062d2eabcb274f36 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 23 Feb 2023 14:42:03 +0000 Subject: [PATCH] Upgrade to Spring GraphQL 1.1.2 Closes gh-34353 --- 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 ace70c5db7b..47a9b14e292 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1349,7 +1349,7 @@ bom { ] } } - library("Spring GraphQL", "1.1.1") { + library("Spring GraphQL", "1.1.2") { group("org.springframework.graphql") { modules = [ "spring-graphql",