We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac9616f commit 12871a0Copy full SHA for 12871a0
build.gradle
@@ -3,7 +3,7 @@ description = "Spring for GraphQL"
3
ext {
4
moduleProjects = [project(":spring-graphql"), project(":spring-graphql-test")]
5
springFrameworkVersion = "6.2.3"
6
- graphQlJavaVersion = "23.0"
+ graphQlJavaVersion = "23.1"
7
springBootVersion = "3.4.3"
8
}
9
0 commit comments