Skip to content

Commit

Permalink
Upgrade to GraphQL Java 19.2
Browse files Browse the repository at this point in the history
Closes gh-444
  • Loading branch information
bclozel committed Sep 8, 2022
1 parent 2fd4568 commit 3dd42b5
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 @@ -5,7 +5,7 @@ plugins {
ext {
moduleProjects = [project(":spring-graphql"), project(":spring-graphql-test")]
springFrameworkVersion = "6.0.0-M5"
graphQlJavaVersion = "19.0"
graphQlJavaVersion = "19.2"
bootVersion = "3.0.0-SNAPSHOT"
}

Expand Down

0 comments on commit 3dd42b5

Please sign in to comment.