Skip to content

Commit 3dd42b5

Browse files
committed
Upgrade to GraphQL Java 19.2
Closes gh-444
1 parent 2fd4568 commit 3dd42b5

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
springFrameworkVersion = "6.0.0-M5"
8-
graphQlJavaVersion = "19.0"
8+
graphQlJavaVersion = "19.2"
99
bootVersion = "3.0.0-SNAPSHOT"
1010
}
1111

0 commit comments

Comments
 (0)