Upgrade to Spring Framework 6.0.3

Closes gh-555
This commit is contained in:
Brian Clozel
2022-12-15 16:38:17 +01:00
parent 089c754c73
commit decbc40e48

View File

@@ -4,7 +4,7 @@ plugins {
ext {
moduleProjects = [project(":spring-graphql"), project(":spring-graphql-test")]
springFrameworkVersion = "6.0.3-SNAPSHOT"
springFrameworkVersion = "6.0.3"
graphQlJavaVersion = "19.2"
bootVersion = "3.0.0"
}