From 81f1961e2769712c84e787940e2cdf0a291ec515 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 17:29:22 +0200 Subject: [PATCH] Upgrade to Spring GraphQL 1.2.1 Closes gh-35752 --- 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 8caff8184d5..e1d022e1f46 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1421,7 +1421,7 @@ bom { ] } } - library("Spring GraphQL", "1.2.1-SNAPSHOT") { + library("Spring GraphQL", "1.2.1") { group("org.springframework.graphql") { modules = [ "spring-graphql",