Skip to content

Commit 2d135bf

Browse files
committed
Upgrade build to Spring Boot 3.1.0
1 parent 8d8828b commit 2d135bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ext {
44
moduleProjects = [project(":spring-graphql"), project(":spring-graphql-test")]
55
springFrameworkVersion = "6.0.10"
66
graphQlJavaVersion = "20.4"
7-
springBootVersion = "3.1.0-RC2"
7+
springBootVersion = "3.1.0"
88
}
99

1010
subprojects {

0 commit comments

Comments
 (0)