From 232f3cd070aab16ebf9a5f3325499b6322379315 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Nov 2022 14:46:33 +0100 Subject: [PATCH] Upgrade to Spring GraphQL 1.0.3 Closes gh-33150 --- 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 ec80f90bf8bb..163a17318496 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1712,7 +1712,7 @@ bom { ] } } - library("Spring GraphQL", "1.0.3-SNAPSHOT") { + library("Spring GraphQL", "1.0.3") { group("org.springframework.graphql") { modules = [ "spring-graphql",