Skip to content

Commit

Permalink
Revert to Spring GraphQL 1.3.0-M1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bclozel committed Mar 18, 2024
1 parent bdd9f22 commit 9ae5a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-boot-project/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 9ae5a47

Please sign in to comment.