Upgrade to GraphQL Java 18.2

Closes gh-446
This commit is contained in:
Brian Clozel
2022-07-20 14:34:00 +02:00
parent a588dd5c5b
commit e87507be85

View File

@@ -5,7 +5,7 @@ plugins {
ext {
moduleProjects = [project(":spring-graphql"), project(":spring-graphql-test")]
graphQlJavaVersion = "18.1"
graphQlJavaVersion = "18.2"
bootVersion = "2.7.0-SNAPSHOT"
}