Skip to content

Commit 7379ada

Browse files
committed
Start building against Spring GraphQL 2.0.0-M2 snapshots
See gh-46628
1 parent baf802d commit 7379ada

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
@@ -2343,7 +2343,7 @@ bom {
23432343
releaseNotes("https://github.com/spring-projects/spring-framework/releases/tag/v{version}")
23442344
}
23452345
}
2346-
library("Spring GraphQL", "2.0.0-M1") {
2346+
library("Spring GraphQL", "2.0.0-SNAPSHOT") {
23472347
considerSnapshots()
23482348
group("org.springframework.graphql") {
23492349
modules = [

0 commit comments

Comments
 (0)