We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d27580f commit c0388a8Copy full SHA for c0388a8
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 = "22.0-rc1"
+ graphQlJavaVersion = "22.0"
7
springBootVersion = "3.2.2"
8
}
9
0 commit comments