Skip to content

Commit ba5ff79

Browse files
committed
Upgrade to Spring GraphQL 2.0.0-M2
Closes gh-46628
1 parent c8d99a5 commit ba5ff79

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-SNAPSHOT") {
2346+
library("Spring GraphQL", "2.0.0-M2") {
23472347
considerSnapshots()
23482348
group("org.springframework.graphql") {
23492349
modules = [

0 commit comments

Comments
 (0)