File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ description = "Spring for GraphQL"
2
2
3
3
ext {
4
4
moduleProjects = [project(" :spring-graphql" ), project(" :spring-graphql-test" )]
5
- springFrameworkVersion = " 6.0.4 "
5
+ springFrameworkVersion = " 6.0.5 "
6
6
graphQlJavaVersion = " 20.0"
7
7
springBootVersion = " 3.0.0"
8
8
}
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ javaPlatform {
9
9
dependencies {
10
10
api(platform(" org.springframework:spring-framework-bom:${ springFrameworkVersion} " ))
11
11
api(platform(" com.fasterxml.jackson:jackson-bom:2.14.2" ))
12
- api(platform(" io.projectreactor:reactor-bom:2022.0.2 " ))
12
+ api(platform(" io.projectreactor:reactor-bom:2022.0.3 " ))
13
13
api(platform(" io.micrometer:micrometer-bom:1.10.4" ))
14
14
api(platform(" io.micrometer:micrometer-tracing-bom:1.0.2" ))
15
- api(platform(" org.springframework.data:spring-data-bom:2022.0.1 " ))
15
+ api(platform(" org.springframework.data:spring-data-bom:2022.0.2 " ))
16
16
api(platform(" org.springframework.security:spring-security-bom:6.0.1" ))
17
17
api(platform(" com.querydsl:querydsl-bom:5.0.0" ))
18
18
api(platform(" io.rsocket:rsocket-bom:1.1.3" ))
You can’t perform that action at this time.
0 commit comments