Skip to content

Commit 748bba3

Browse files
committed
Upgrade to Spring GraphQL 2.0.0-M3
Closes gh-47009
1 parent 602c149 commit 748bba3

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
@@ -2324,7 +2324,7 @@ bom {
23242324
releaseNotes("https://github.com/spring-projects/spring-framework/releases/tag/v{version}")
23252325
}
23262326
}
2327-
library("Spring GraphQL", "2.0.0-SNAPSHOT") {
2327+
library("Spring GraphQL", "2.0.0-M3") {
23282328
considerSnapshots()
23292329
group("org.springframework.graphql") {
23302330
modules = [

0 commit comments

Comments
 (0)