Skip to content

Commit ba6b6c7

Browse files
committed
Upgrade to Spring Framework 6.0.0-RC1
Closes gh-510
1 parent ea8fed8 commit ba6b6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

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

0 commit comments

Comments
 (0)