Skip to content

Commit 3a603e7

Browse files
committed
Upgrade to GraphQL Java 22.3
CLoses gh-1044
1 parent d7ed850 commit 3a603e7

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.11"
6-
graphQlJavaVersion = "22.2"
6+
graphQlJavaVersion = "22.3"
77
springBootVersion = "3.3.0"
88
}
99

0 commit comments

Comments
 (0)