Skip to content

Commit 2ea8b2e

Browse files
committed
Start building against Spring GraphQL 1.3.0-RC1 snapshots
See gh-39895
1 parent 0f8926d commit 2ea8b2e

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
@@ -1867,7 +1867,7 @@ bom {
18671867
releaseNotes("https://github.com/spring-projects/spring-framework/releases/tag/v{version}")
18681868
}
18691869
}
1870-
library("Spring GraphQL", "1.3.0-M1") {
1870+
library("Spring GraphQL", "1.3.0-SNAPSHOT") {
18711871
considerSnapshots()
18721872
group("org.springframework.graphql") {
18731873
modules = [

0 commit comments

Comments
 (0)