Skip to content

Commit 9ae5a47

Browse files
committed
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
1 parent bdd9f22 commit 9ae5a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1847,7 +1847,7 @@ bom {
18471847
releaseNotes("https://github.com/spring-projects/spring-framework/releases/tag/v{version}")
18481848
}
18491849
}
1850-
library("Spring GraphQL", "1.3.0-SNAPSHOT") {
1850+
library("Spring GraphQL", "1.3.0-M1") {
18511851
considerSnapshots()
18521852
group("org.springframework.graphql") {
18531853
modules = [

0 commit comments

Comments
 (0)