Skip to content

Commit

Permalink
Upgrade to GraphQL Java 19.5
Browse files Browse the repository at this point in the history
Closes gh-696
  • Loading branch information
bclozel committed May 15, 2023
1 parent cec3555 commit 51cf466
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.9"
graphQlJavaVersion = "19.3"
graphQlJavaVersion = "19.5"
springBootVersion = "3.0.4"
}

Expand Down Expand Up @@ -48,7 +48,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/19.2/"
"https://javadoc.io/doc/com.graphql-java/graphql-java/19.5/"
] as String[]

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

0 comments on commit 51cf466

Please sign in to comment.