Skip to content

Commit 9afb9e2

Browse files
committed
Upgrade to Spring GraphQL 1.3.0-RC1
Closes gh-39895
1 parent 55772a7 commit 9afb9e2

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
@@ -1873,7 +1873,7 @@ bom {
18731873
releaseNotes("https://github.com/spring-projects/spring-framework/releases/tag/v{version}")
18741874
}
18751875
}
1876-
library("Spring GraphQL", "1.3.0-SNAPSHOT") {
1876+
library("Spring GraphQL", "1.3.0-RC1") {
18771877
considerSnapshots()
18781878
group("org.springframework.graphql") {
18791879
modules = [

0 commit comments

Comments
 (0)