Skip to content

Commit

Permalink
Upgrade to GraphQL Java 20.6
Browse files Browse the repository at this point in the history
Closes gh-810
  • Loading branch information
bclozel committed Sep 17, 2023
1 parent 111d05d commit bfbf4cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.12"
graphQlJavaVersion = "20.4"
graphQlJavaVersion = "20.6"
springBootVersion = "3.1.3"
}

Expand Down Expand Up @@ -54,7 +54,7 @@ configure(moduleProjects) {
ext.javadocLinks = [
"https://docs.oracle.com/en/java/javase/17/docs/api/",
"https://docs.spring.io/spring-framework/docs/6.0.x/javadoc-api/",
"https://javadoc.io/doc/com.graphql-java/graphql-java/20.4/"
"https://javadoc.io/doc/com.graphql-java/graphql-java/20.6/"
] as String[]

components.java.withVariantsFromConfiguration(configurations.testFixturesApiElements) { skip() }
Expand Down

0 comments on commit bfbf4cf

Please sign in to comment.