Skip to content

Commit 8820a99

Browse files
committed
Upgrade to Spring GraphQL 2.0.0-RC2
Closes gh-47879
1 parent 5757b2a commit 8820a99

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-SNAPSHOT") {
2418+
library("Spring GraphQL", "2.0.0-RC2") {
24192419
considerSnapshots()
24202420
group("org.springframework.graphql") {
24212421
modules = [

0 commit comments

Comments
 (0)