Skip to content

Commit 666a4fe

Browse files
committed
Upgrade to GraphQL Java 18.3
Closes gh-456
1 parent 8c442e6 commit 666a4fe

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

66
ext {
77
moduleProjects = [project(":spring-graphql"), project(":spring-graphql-test")]
8-
graphQlJavaVersion = "18.2"
8+
graphQlJavaVersion = "18.3"
99
bootVersion = "2.7.0-SNAPSHOT"
1010
}
1111

0 commit comments

Comments
 (0)