From 6c7e151cb2d27e28a2b587aa98c99d1b0dcf72be Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 May 2023 16:45:19 +0100 Subject: [PATCH] Upgrade to Spring GraphQL 1.1.4 Closes gh-35303 --- 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 d14e9d9546..7ea775c9ab 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.4-SNAPSHOT") { + library("Spring GraphQL", "1.1.4") { group("org.springframework.graphql") { modules = [ "spring-graphql",