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 @@ -3,8 +3,8 @@ description = "Spring for GraphQL"
3
3
ext {
4
4
moduleProjects = [project(" :spring-graphql" ), project(" :spring-graphql-test" )]
5
5
springFrameworkVersion = " 6.0.14"
6
- graphQlJavaVersion = " 20.6 "
7
- springBootVersion = " 3.1.3 "
6
+ graphQlJavaVersion = " 20.7 "
7
+ springBootVersion = " 3.1.5 "
8
8
}
9
9
10
10
subprojects {
@@ -54,7 +54,7 @@ configure(moduleProjects) {
54
54
ext. javadocLinks = [
55
55
" https://docs.oracle.com/en/java/javase/17/docs/api/" ,
56
56
" https://docs.spring.io/spring-framework/docs/6.0.x/javadoc-api/" ,
57
- " https://javadoc.io/doc/com.graphql-java/graphql-java/20.6 /"
57
+ " https://javadoc.io/doc/com.graphql-java/graphql-java/20.7 /"
58
58
] as String []
59
59
60
60
components. java. withVariantsFromConfiguration(configurations. testFixturesApiElements) { skip() }
You can’t perform that action at this time.
0 commit comments