Skip to content

Commit bfbf4cf

Browse files
committed
Upgrade to GraphQL Java 20.6
Closes gh-810
1 parent 111d05d commit bfbf4cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = "Spring for GraphQL"
33
ext {
44
moduleProjects = [project(":spring-graphql"), project(":spring-graphql-test")]
55
springFrameworkVersion = "6.0.12"
6-
graphQlJavaVersion = "20.4"
6+
graphQlJavaVersion = "20.6"
77
springBootVersion = "3.1.3"
88
}
99

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

6060
components.java.withVariantsFromConfiguration(configurations.testFixturesApiElements) { skip() }

0 commit comments

Comments
 (0)