Skip to content

Commit ed8089f

Browse files
committed
Upgrade to GraphQL Java 19.8
Closes gh-803
1 parent 28a5208 commit ed8089f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

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

1010
subprojects {
@@ -48,7 +48,7 @@ configure(moduleProjects) {
4848
ext.javadocLinks = [
4949
"https://docs.oracle.com/en/java/javase/17/docs/api/",
5050
"https://docs.spring.io/spring-framework/docs/6.0.x/javadoc-api/",
51-
"https://javadoc.io/doc/com.graphql-java/graphql-java/19.5/"
51+
"https://javadoc.io/doc/com.graphql-java/graphql-java/19.8/"
5252
] as String[]
5353

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

0 commit comments

Comments
 (0)