Skip to content

Commit d874ad4

Browse files
committed
Start building against Spring GraphQL 2.0.0-RC2 snapshots
See gh-47879
1 parent 45978e2 commit d874ad4

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
@@ -2415,7 +2415,7 @@ bom {
24152415
releaseNotes("https://github.com/spring-projects/spring-framework/releases/tag/v{version}")
24162416
}
24172417
}
2418-
library("Spring GraphQL", "2.0.0-RC1") {
2418+
library("Spring GraphQL", "2.0.0-SNAPSHOT") {
24192419
considerSnapshots()
24202420
group("org.springframework.graphql") {
24212421
modules = [

0 commit comments

Comments
 (0)