From e909e81a7d843b845abb2ff422395d792f6fdd38 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 Jul 2023 07:42:34 +0200 Subject: [PATCH] Upgrade to Spring GraphQL 1.2.2 Closes gh-36186 --- 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 1d760b1b58..5854c084ae 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1400,7 +1400,7 @@ bom { ] } } - library("Spring GraphQL", "1.2.2-SNAPSHOT") { + library("Spring GraphQL", "1.2.2") { group("org.springframework.graphql") { modules = [ "spring-graphql",