Upgrade to GraphQL Java 22.0-rc1

Closes gh-932
This commit is contained in:
Brian Clozel
2024-04-05 09:58:12 +02:00
parent 5f550d5027
commit 86ba988f29

View File

@@ -3,7 +3,7 @@ description = "Spring for GraphQL"
ext {
moduleProjects = [project(":spring-graphql"), project(":spring-graphql-test")]
springFrameworkVersion = "6.1.4"
graphQlJavaVersion = "0.0.0-2024-03-28T10-27-26-41c9ba2"
graphQlJavaVersion = "22.0-rc1"
springBootVersion = "3.2.2"
}