Skip to content

Commit 262c077

Browse files
committed
Upgrade to Spring Framework 6.2.3
Closes gh-1156
1 parent 0d672c1 commit 262c077

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.1"
5+
springFrameworkVersion = "6.2.3"
66
graphQlJavaVersion = "22.3"
7-
springBootVersion = "3.4.0"
7+
springBootVersion = "3.4.3"
88
}
99

1010
subprojects {

0 commit comments

Comments
 (0)