From 0b582651b3ac6f50c62a1b42309561d9de0d0dc8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 16:59:41 +0200 Subject: [PATCH] Upgrade to Spring GraphQL 1.1.5 Closes gh-35775 --- 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 900562a9a0..69d271bb12 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.5-SNAPSHOT") { + library("Spring GraphQL", "1.1.5") { group("org.springframework.graphql") { modules = [ "spring-graphql",