Skip to content

Commit 3443639

Browse files
committed
Upgrade to Spring Framework 6.2.11
Closes gh-1306
1 parent 478fb65 commit 3443639

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.2.8"
5+
springFrameworkVersion = "6.2.11"
66
graphQlJavaVersion = "24.1"
7-
springBootVersion = "3.4.3"
7+
springBootVersion = "3.4.9"
88
}
99

1010
subprojects {

0 commit comments

Comments
 (0)