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 @@ -2,7 +2,7 @@ description = "Spring for GraphQL"
22
33ext {
44 moduleProjects = [project(" :spring-graphql" ), project(" :spring-graphql-test" )]
5- springFrameworkVersion = " 6.0.17 "
5+ springFrameworkVersion = " 6.0.18 "
66 graphQlJavaVersion = " 20.9"
77 springBootVersion = " 3.1.5"
88}
@@ -39,7 +39,7 @@ configure(moduleProjects) {
3939 }
4040
4141 configurations {
42- dependencyManagement {
42+ dependencyManagement {6
4343 canBeConsumed = false
4444 canBeResolved = false
4545 visible = false
@@ -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.7 /"
57+ " https://javadoc.io/doc/com.graphql-java/graphql-java/${ graphQlJavaVersion } /"
5858 ] as String []
5959
6060 components. java. withVariantsFromConfiguration(configurations. testFixturesApiElements) { skip() }
You can’t perform that action at this time.
0 commit comments