Upgrade to Spring Boot 3.0.6

This commit is contained in:
Brian Clozel
2023-05-15 14:24:53 +02:00
parent 51cf46657d
commit 66fd6b05db

View File

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