Upgrade to GraphQL Java 19.2

Closes gh-444
This commit is contained in:
Brian Clozel
2022-09-08 13:46:04 +02:00
parent 2fd456862d
commit 3dd42b5061

View File

@@ -5,7 +5,7 @@ plugins {
ext {
moduleProjects = [project(":spring-graphql"), project(":spring-graphql-test")]
springFrameworkVersion = "6.0.0-M5"
graphQlJavaVersion = "19.0"
graphQlJavaVersion = "19.2"
bootVersion = "3.0.0-SNAPSHOT"
}