Skip to content

Commit ab218f9

Browse files
committed
Upgrade to Spring GraphQL 2.0.0
Closes gh-47826
1 parent c42364c commit ab218f9

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
@@ -2433,7 +2433,7 @@ bom {
24332433
releaseNotes("https://github.com/spring-projects/spring-framework/releases/tag/v{version}")
24342434
}
24352435
}
2436-
library("Spring GraphQL", "2.0.0-SNAPSHOT") {
2436+
library("Spring GraphQL", "2.0.0") {
24372437
considerSnapshots()
24382438
group("org.springframework.graphql") {
24392439
modules = [

0 commit comments

Comments
 (0)