Skip to content

Commit

Permalink
Upgrade to GraphQL Java 20.4
Browse files Browse the repository at this point in the history
Closes gh-728
  • Loading branch information
bclozel committed Jun 19, 2023
1 parent 04a2da9 commit 8d8828b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Spring for GraphQL"
ext {
moduleProjects = [project(":spring-graphql"), project(":spring-graphql-test")]
springFrameworkVersion = "6.0.10"
graphQlJavaVersion = "20.2"
graphQlJavaVersion = "20.4"
springBootVersion = "3.1.0-RC2"
}

Expand Down

0 comments on commit 8d8828b

Please sign in to comment.