Skip to content

Commit c0388a8

Browse files
committed
Upgrade to GraphQL Java 22.0
Closes gh-931
1 parent d27580f commit c0388a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = "Spring for GraphQL"
33
ext {
44
moduleProjects = [project(":spring-graphql"), project(":spring-graphql-test")]
55
springFrameworkVersion = "6.1.4"
6-
graphQlJavaVersion = "22.0-rc1"
6+
graphQlJavaVersion = "22.0"
77
springBootVersion = "3.2.2"
88
}
99

0 commit comments

Comments
 (0)