We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f550d5 commit 86ba988Copy full SHA for 86ba988
build.gradle
@@ -3,7 +3,7 @@ description = "Spring for GraphQL"
3
ext {
4
moduleProjects = [project(":spring-graphql"), project(":spring-graphql-test")]
5
springFrameworkVersion = "6.1.4"
6
- graphQlJavaVersion = "0.0.0-2024-03-28T10-27-26-41c9ba2"
+ graphQlJavaVersion = "22.0-rc1"
7
springBootVersion = "3.2.2"
8
}
9
0 commit comments