From 8f52a1af93f980b11d6524e8c3ebdf226c9f4888 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Feb 2023 18:08:51 +0000 Subject: [PATCH] Upgrade to Spring GraphQL 1.1.2 Closes gh-34323 --- 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 8cd0096ab0..cf701829ee 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.2-SNAPSHOT") { + library("Spring GraphQL", "1.1.2") { group("org.springframework.graphql") { modules = [ "spring-graphql",