From 9ae5a477242dd33ec4d4b1a5d0faed218a7d500f Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Mon, 18 Mar 2024 21:38:28 +0100 Subject: [PATCH] Revert to Spring GraphQL 1.3.0-M1 Spring for GraphQL 1.3.0-M2 has been cancelled and 1.3.0-RC1 will be released in time for Spring Boot 3.3.0-RC1 instead. See gh-39895 --- 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 1621e13e930..f040c4939f0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1847,7 +1847,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-framework/releases/tag/v{version}") } } - library("Spring GraphQL", "1.3.0-SNAPSHOT") { + library("Spring GraphQL", "1.3.0-M1") { considerSnapshots() group("org.springframework.graphql") { modules = [