File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8
8
moduleProjects = [project(" :spring-graphql" ), project(" :spring-graphql-test" )]
9
9
springFrameworkVersion = " 7.0.0-M7"
10
10
graphQlJavaVersion = " 24.1"
11
- springBootVersion = " 3.4 .3"
11
+ springBootVersion = " 3.5 .3"
12
12
}
13
13
14
14
subprojects {
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ dependencies {
18
18
api(platform(" com.querydsl:querydsl-bom:5.1.0" ))
19
19
api(platform(" io.rsocket:rsocket-bom:1.1.5" ))
20
20
api(platform(" org.jetbrains.kotlin:kotlin-bom:${ kotlinVersion} " ))
21
- api(platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.1 " ))
22
- api(platform(" org.junit:junit-bom:5.12.2 " ))
23
- api(platform(" org.mockito:mockito-bom:5.16 .0" ))
24
- api(platform(" org.testcontainers:testcontainers-bom:1.21.0 " ))
25
- api(platform(" org.apache.logging.log4j:log4j-bom:2.24.3 " ))
21
+ api(platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 " ))
22
+ api(platform(" org.junit:junit-bom:5.13.3 " ))
23
+ api(platform(" org.mockito:mockito-bom:5.18 .0" ))
24
+ api(platform(" org.testcontainers:testcontainers-bom:1.21.3 " ))
25
+ api(platform(" org.apache.logging.log4j:log4j-bom:2.25.1 " ))
26
26
api(platform(" org.assertj:assertj-bom:3.27.3" ))
27
27
28
28
constraints {
@@ -34,7 +34,7 @@ dependencies {
34
34
api(" jakarta.persistence:jakarta.persistence-api:3.2.0" )
35
35
36
36
api(" com.apollographql.federation:federation-graphql-java-support:5.4.0" )
37
- api(" com.netflix.graphql.dgs.codegen:graphql-dgs-codegen-shared-core:8.0.4 " )
37
+ api(" com.netflix.graphql.dgs.codegen:graphql-dgs-codegen-shared-core:8.1.0 " )
38
38
39
39
api(" com.google.code.findbugs:jsr305:3.0.2" )
40
40
api(" com.jayway.jsonpath:json-path:2.9.0" )
You can’t perform that action at this time.
0 commit comments