Skip to content

Commit b04e2b8

Browse files
committed
Upgrade to Spring GraphQL 2.0.1
Closes gh-48440
1 parent 3f2b3cd commit b04e2b8

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
@@ -2428,7 +2428,7 @@ bom {
24282428
releaseNotes("https://github.com/spring-projects/spring-framework/releases/tag/v{version}")
24292429
}
24302430
}
2431-
library("Spring GraphQL", "2.0.1-SNAPSHOT") {
2431+
library("Spring GraphQL", "2.0.1") {
24322432
considerSnapshots()
24332433
group("org.springframework.graphql") {
24342434
modules = [

0 commit comments

Comments
 (0)