From aeccf7673b64da71608b8bd44d67f95daab93cd1 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 22 Nov 2022 14:17:01 +0100 Subject: [PATCH] Upgrade to Spring for GraphQL 1.1.0 Closes gh-33145 --- 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 2fcdcbb119ee..bb8cc298b695 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.0-SNAPSHOT") { + library("Spring GraphQL", "1.1.0") { group("org.springframework.graphql") { modules = [ "spring-graphql",