File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44 moduleProjects = [project(" :spring-graphql" ), project(" :spring-graphql-test" )]
55 springFrameworkVersion = " 6.1.21"
66 graphQlJavaVersion = " 22.4"
7- springBootVersion = " 3.3.8 "
7+ springBootVersion = " 3.3.13 "
88}
99
1010subprojects {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ javaPlatform {
88
99dependencies {
1010 api(platform(" org.springframework:spring-framework-bom:${ springFrameworkVersion} " ))
11- api(platform(" com.fasterxml.jackson:jackson-bom:2.17.2 " ))
11+ api(platform(" com.fasterxml.jackson:jackson-bom:2.17.3 " ))
1212 api(platform(" io.projectreactor:reactor-bom:2023.0.19" ))
1313 api(platform(" io.micrometer:micrometer-bom:1.13.15" ))
1414 api(platform(" io.micrometer:micrometer-tracing-bom:1.3.13" ))
You can’t perform that action at this time.
0 commit comments