File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description = "Spring for GraphQL"
3
3
ext {
4
4
moduleProjects = [project(" :spring-graphql" ), project(" :spring-graphql-test" )]
5
5
springFrameworkVersion = " 6.0.9"
6
- graphQlJavaVersion = " 19.3 "
6
+ graphQlJavaVersion = " 19.5 "
7
7
springBootVersion = " 3.0.4"
8
8
}
9
9
@@ -48,7 +48,7 @@ configure(moduleProjects) {
48
48
ext. javadocLinks = [
49
49
" https://docs.oracle.com/en/java/javase/17/docs/api/" ,
50
50
" https://docs.spring.io/spring-framework/docs/6.0.x/javadoc-api/" ,
51
- " https://javadoc.io/doc/com.graphql-java/graphql-java/19.2 /"
51
+ " https://javadoc.io/doc/com.graphql-java/graphql-java/19.5 /"
52
52
] as String []
53
53
54
54
components. java. withVariantsFromConfiguration(configurations. testFixturesApiElements) { skip() }
You can’t perform that action at this time.
0 commit comments