Skip to content

Commit 12871a0

Browse files
committed
Upgrade to GraphQL Java 23.1
Closes gh-1169
1 parent ac9616f commit 12871a0

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.2.3"
6-
graphQlJavaVersion = "23.0"
6+
graphQlJavaVersion = "23.1"
77
springBootVersion = "3.4.3"
88
}
99

0 commit comments

Comments
 (0)