Skip to content

Commit 28ededc

Browse files
committed
Upgrade to Spring GraphQL 2.0.0-M1
Closes gh-46053
1 parent 1d02374 commit 28ededc

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
@@ -2308,7 +2308,7 @@ bom {
23082308
releaseNotes("https://github.com/spring-projects/spring-framework/releases/tag/v{version}")
23092309
}
23102310
}
2311-
library("Spring GraphQL", "2.0.0-SNAPSHOT") {
2311+
library("Spring GraphQL", "2.0.0-M1") {
23122312
considerSnapshots()
23132313
group("org.springframework.graphql") {
23142314
modules = [

0 commit comments

Comments
 (0)