From 11e7df66b98d4d65a9e6eecb8121799fe70570e3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Mar 2023 18:14:23 +0000 Subject: [PATCH] Upgrade to Spring GraphQL 1.1.3 Closes gh-34541 --- 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 60285cd4e2..1bcbd21c9e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1362,7 +1362,7 @@ bom { ] } } - library("Spring GraphQL", "1.1.3-SNAPSHOT") { + library("Spring GraphQL", "1.1.3") { group("org.springframework.graphql") { modules = [ "spring-graphql",