Skip to content

Commit e87507b

Browse files
committed
Upgrade to GraphQL Java 18.2
Closes gh-446
1 parent a588dd5 commit e87507b

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.1"
8+
graphQlJavaVersion = "18.2"
99
bootVersion = "2.7.0-SNAPSHOT"
1010
}
1111

0 commit comments

Comments
 (0)