Upgrade to Spring Framework 6.0.0-RC1

Closes gh-510
This commit is contained in:
Brian Clozel
2022-10-17 23:33:38 +02:00
parent ea8fed8800
commit ba6b6c7172

View File

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