Skip to content

Commit 50546c1

Browse files
committed
Upgrade to Spring Framework 6.1.17
Closes gh-1126
1 parent 6120c31 commit 50546c1

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.1.14"
5+
springFrameworkVersion = "6.1.17"
66
graphQlJavaVersion = "22.3"
7-
springBootVersion = "3.3.0"
7+
springBootVersion = "3.3.8"
88
}
99

1010
subprojects {

0 commit comments

Comments
 (0)