Skip to content

Commit b7db712

Browse files
committed
Upgrade to GraphQL Java 25.0-beta8
See gh-1316
1 parent d1fc251 commit b7db712

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
@@ -7,7 +7,7 @@ description = "Spring for GraphQL"
77
ext {
88
moduleProjects = [project(":spring-graphql"), project(":spring-graphql-test")]
99
springFrameworkVersion = "7.0.0-M9"
10-
graphQlJavaVersion = "25.0.beta-6"
10+
graphQlJavaVersion = "25.0.beta-8"
1111
}
1212

1313
subprojects {

0 commit comments

Comments
 (0)