Merge branch '1.0.x'

This commit is contained in:
Brian Clozel
2022-07-20 14:36:40 +02:00

View File

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