Skip to content

Commit d19d569

Browse files
committed
Upgrade to Spring GraphQL 1.4.0-RC1
Closes gh-45229
1 parent 26ae113 commit d19d569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2255,7 +2255,7 @@ bom {
22552255
releaseNotes("https://github.com/spring-projects/spring-framework/releases/tag/v{version}")
22562256
}
22572257
}
2258-
library("Spring GraphQL", "1.4.0-SNAPSHOT") {
2258+
library("Spring GraphQL", "1.4.0-RC1") {
22592259
considerSnapshots()
22602260
group("org.springframework.graphql") {
22612261
modules = [

0 commit comments

Comments
 (0)