File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ plugins {
44
55ext {
66 moduleProjects = [project(" :spring-graphql" ), project(" :spring-graphql-test" )]
7- graphQlJavaVersion = " 18.3 "
8- bootVersion = " 2.7.9 "
7+ graphQlJavaVersion = " 18.5 "
8+ bootVersion = " 2.7.15 "
99}
1010
1111description = " Spring for GraphQL"
@@ -69,7 +69,7 @@ configure(moduleProjects) {
6969 ext. javadocLinks = [
7070 " https://docs.oracle.com/javase/8/docs/api/" ,
7171 " https://docs.spring.io/spring-framework/docs/5.3.x/javadoc-api/" ,
72- " https://javadoc.io/doc/com.graphql-java/graphql-java/18.1 /"
72+ " https://javadoc.io/doc/com.graphql-java/graphql-java/18.5 /"
7373 ] as String []
7474
7575 components. java. withVariantsFromConfiguration(configurations. testFixturesApiElements) { skip() }
You can’t perform that action at this time.
0 commit comments