Upgrade to GraphQL Java 18.3

Closes gh-456
This commit is contained in:
Brian Clozel
2022-08-01 10:02:26 +02:00
parent 8c442e6732
commit 666a4fe60d

View File

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