Skip to content

Commit 111d05d

Browse files
committed
Upgrade to Spring Framework 6.0.12
Closes gh-809
1 parent e14bfa1 commit 111d05d

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
@@ -2,9 +2,9 @@ description = "Spring for GraphQL"
22

33
ext {
44
moduleProjects = [project(":spring-graphql"), project(":spring-graphql-test")]
5-
springFrameworkVersion = "6.0.11"
5+
springFrameworkVersion = "6.0.12"
66
graphQlJavaVersion = "20.4"
7-
springBootVersion = "3.1.1"
7+
springBootVersion = "3.1.3"
88
}
99

1010
subprojects {

0 commit comments

Comments
 (0)