Skip to content

Commit b159740

Browse files
committed
Start building against Spring GraphQL 2.0.0-M3 snapshots
See gh-47009
1 parent fe371ab commit b159740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2341,7 +2341,7 @@ bom {
23412341
releaseNotes("https://github.com/spring-projects/spring-framework/releases/tag/v{version}")
23422342
}
23432343
}
2344-
library("Spring GraphQL", "2.0.0-M2") {
2344+
library("Spring GraphQL", "2.0.0-SNAPSHOT") {
23452345
considerSnapshots()
23462346
group("org.springframework.graphql") {
23472347
modules = [

0 commit comments

Comments
 (0)