Skip to content

Commit 55c4e80

Browse files
committed
Start building against Spring GraphQL 1.3.5 snapshots
See gh-45058
1 parent 1685112 commit 55c4e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2137,7 +2137,7 @@ bom {
21372137
releaseNotes("https://github.com/spring-projects/spring-framework/releases/tag/v{version}")
21382138
}
21392139
}
2140-
library("Spring GraphQL", "1.3.4") {
2140+
library("Spring GraphQL", "1.3.5-SNAPSHOT") {
21412141
considerSnapshots()
21422142
group("org.springframework.graphql") {
21432143
modules = [

0 commit comments

Comments
 (0)