Skip to content

Commit

Permalink
Upgrade to Spring Framework 6.0.18
Browse files Browse the repository at this point in the history
Closes gh-938
  • Loading branch information
bclozel committed Mar 28, 2024
1 parent e7840e4 commit f21db21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = "Spring for GraphQL"

ext {
moduleProjects = [project(":spring-graphql"), project(":spring-graphql-test")]
springFrameworkVersion = "6.0.17"
springFrameworkVersion = "6.0.18"
graphQlJavaVersion = "20.9"
springBootVersion = "3.1.5"
}
Expand Down Expand Up @@ -39,7 +39,7 @@ configure(moduleProjects) {
}

configurations {
dependencyManagement {
dependencyManagement {6
canBeConsumed = false
canBeResolved = false
visible = false
Expand All @@ -54,7 +54,7 @@ configure(moduleProjects) {
ext.javadocLinks = [
"https://docs.oracle.com/en/java/javase/17/docs/api/",
"https://docs.spring.io/spring-framework/docs/6.0.x/javadoc-api/",
"https://javadoc.io/doc/com.graphql-java/graphql-java/20.7/"
"https://javadoc.io/doc/com.graphql-java/graphql-java/${graphQlJavaVersion}/"
] as String[]

components.java.withVariantsFromConfiguration(configurations.testFixturesApiElements) { skip() }
Expand Down

0 comments on commit f21db21

Please sign in to comment.