From 5b5b8621504ebedb7cc5f580c949d7e8a5739901 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 22 Feb 2024 08:00:42 +0000 Subject: [PATCH] Upgrade to Spring GraphQL 1.3.0-M1 Closes gh-39495 --- 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 5755d5b36a..9f0ae4787b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1468,7 +1468,7 @@ bom { ] } } - library("Spring GraphQL", "1.3.0-SNAPSHOT") { + library("Spring GraphQL", "1.3.0-M1") { considerSnapshots() group("org.springframework.graphql") { modules = [