Upgrade build to Spring Boot 3.0.7

This commit is contained in:
Brian Clozel
2023-06-19 20:56:28 +02:00
parent 2f52fefc79
commit 2d54d77ff6

View File

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