From 49da9b71836f0b4a31a0b03aef546d2bcc563916 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 20 Dec 2022 17:17:07 +0100 Subject: [PATCH] Upgrade to Spring for GraphQL 1.1.1 Closes gh-33477 --- 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 db48ee6a89..c4d6d1b138 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1364,7 +1364,7 @@ bom { ] } } - library("Spring GraphQL", "1.1.1-SNAPSHOT") { + library("Spring GraphQL", "1.1.1") { group("org.springframework.graphql") { modules = [ "spring-graphql",