Start building against Spring Framework 6.0.3 SNAPSHOTs

See gh-555
This commit is contained in:
Brian Clozel
2022-12-01 17:41:05 +01:00
parent 6958e39f5c
commit 9165c25c25

View File

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