Skip to content

Commit 9165c25

Browse files
committed
Start building against Spring Framework 6.0.3 SNAPSHOTs
See gh-555
1 parent 6958e39 commit 9165c25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ plugins {
44

55
ext {
66
moduleProjects = [project(":spring-graphql"), project(":spring-graphql-test")]
7-
springFrameworkVersion = "6.0.0"
7+
springFrameworkVersion = "6.0.3-SNAPSHOT"
88
graphQlJavaVersion = "19.2"
9-
bootVersion = "3.0.0-SNAPSHOT"
9+
bootVersion = "3.0.0"
1010
}
1111

1212
description = "Spring for GraphQL"

0 commit comments

Comments
 (0)