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 4
4
moduleProjects = [project(" :spring-graphql" ), project(" :spring-graphql-test" )]
5
5
springFrameworkVersion = " 6.1.21"
6
6
graphQlJavaVersion = " 22.4"
7
- springBootVersion = " 3.3.8 "
7
+ springBootVersion = " 3.3.13 "
8
8
}
9
9
10
10
subprojects {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ javaPlatform {
8
8
9
9
dependencies {
10
10
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 " ))
12
12
api(platform(" io.projectreactor:reactor-bom:2023.0.19" ))
13
13
api(platform(" io.micrometer:micrometer-bom:1.13.15" ))
14
14
api(platform(" io.micrometer:micrometer-tracing-bom:1.3.13" ))
You can’t perform that action at this time.
0 commit comments