We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ed850 commit 3a603e7Copy full SHA for 3a603e7
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.11"
6
- graphQlJavaVersion = "22.2"
+ graphQlJavaVersion = "22.3"
7
springBootVersion = "3.3.0"
8
}
9
0 commit comments