Skip to content

Commit

Permalink
Upgrade to GraphQL Java 19.8
Browse files Browse the repository at this point in the history
Closes gh-803
  • Loading branch information
bclozel committed Sep 16, 2023
1 parent 28a5208 commit ed8089f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description = "Spring for GraphQL"
ext {
moduleProjects = [project(":spring-graphql"), project(":spring-graphql-test")]
springFrameworkVersion = "6.0.12"
graphQlJavaVersion = "19.6"
springBootVersion = "3.0.7"
graphQlJavaVersion = "19.8"
springBootVersion = "3.0.10"
}

subprojects {
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.5/"
"https://javadoc.io/doc/com.graphql-java/graphql-java/19.8/"
] as String[]

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

0 comments on commit ed8089f

Please sign in to comment.