Upgrade GraphQL Java 17.2 -> 17.3

This commit is contained in:
Rossen Stoyanchev
2021-09-20 07:37:49 +01:00
parent 4dfb662669
commit 94809537cb

View File

@@ -5,7 +5,7 @@ plugins {
ext {
moduleProjects = [project(":spring-graphql"), project(":spring-graphql-test")]
bootVersion = "2.5.4"
graphQlJavaVersion = "17.2"
graphQlJavaVersion = "17.3"
}
description = "Spring GraphQL"