We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6120c31 commit 50546c1Copy full SHA for 50546c1
build.gradle
@@ -2,9 +2,9 @@ description = "Spring for GraphQL"
2
3
ext {
4
moduleProjects = [project(":spring-graphql"), project(":spring-graphql-test")]
5
- springFrameworkVersion = "6.1.14"
+ springFrameworkVersion = "6.1.17"
6
graphQlJavaVersion = "22.3"
7
- springBootVersion = "3.3.0"
+ springBootVersion = "3.3.8"
8
}
9
10
subprojects {
0 commit comments