Upgrade build to Spring Boot 3.1.0

This commit is contained in:
Brian Clozel
2023-06-19 20:43:17 +02:00
parent 8d8828bae6
commit 2d135bfe20

View File

@@ -4,7 +4,7 @@ ext {
moduleProjects = [project(":spring-graphql"), project(":spring-graphql-test")]
springFrameworkVersion = "6.0.10"
graphQlJavaVersion = "20.4"
springBootVersion = "3.1.0-RC2"
springBootVersion = "3.1.0"
}
subprojects {