Skip to content

Commit 9480953

Browse files
committed
Upgrade GraphQL Java 17.2 -> 17.3
1 parent 4dfb662 commit 9480953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
ext {
66
moduleProjects = [project(":spring-graphql"), project(":spring-graphql-test")]
77
bootVersion = "2.5.4"
8-
graphQlJavaVersion = "17.2"
8+
graphQlJavaVersion = "17.3"
99
}
1010

1111
description = "Spring GraphQL"

0 commit comments

Comments
 (0)