@@ -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.18.3 " ))
11
+ api(platform(" com.fasterxml.jackson:jackson-bom:2.18.4 " ))
12
12
api(platform(" io.projectreactor:reactor-bom:2024.0.7" ))
13
13
api(platform(" io.micrometer:micrometer-bom:1.15.1" ))
14
14
api(platform(" io.micrometer:micrometer-tracing-bom:1.5.1" ))
@@ -20,7 +20,7 @@ dependencies {
20
20
api(platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1" ))
21
21
api(platform(" org.junit:junit-bom:5.12.2" ))
22
22
api(platform(" org.mockito:mockito-bom:5.16.0" ))
23
- api(platform(" org.testcontainers:testcontainers-bom:1.21.0 " ))
23
+ api(platform(" org.testcontainers:testcontainers-bom:1.21.2 " ))
24
24
api(platform(" org.apache.logging.log4j:log4j-bom:2.24.3" ))
25
25
api(platform(" org.assertj:assertj-bom:3.27.3" ))
26
26
@@ -34,7 +34,7 @@ dependencies {
34
34
api(" jakarta.persistence:jakarta.persistence-api:3.1.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.0.5 " )
38
38
39
39
api(" com.google.code.findbugs:jsr305:3.0.2" )
40
40
api(" com.jayway.jsonpath:json-path:2.9.0" )
0 commit comments