Skip to content

Commit 956d504

Browse files
committed
Upgrade to Spring Framework 6.0.11 and Spring Boot 3.1.1
1 parent e68e7fe commit 956d504

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ description = "Spring for GraphQL"
22

33
ext {
44
moduleProjects = [project(":spring-graphql"), project(":spring-graphql-test")]
5-
springFrameworkVersion = "6.0.10"
5+
springFrameworkVersion = "6.0.11"
66
graphQlJavaVersion = "20.4"
7-
springBootVersion = "3.1.0"
7+
springBootVersion = "3.1.1"
88
}
99

1010
subprojects {
@@ -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.2/"
57+
"https://javadoc.io/doc/com.graphql-java/graphql-java/20.4/"
5858
] as String[]
5959

6060
components.java.withVariantsFromConfiguration(configurations.testFixturesApiElements) { skip() }

0 commit comments

Comments
 (0)