@@ -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.18.3 " ))
11+ api(platform(" com.fasterxml.jackson:jackson-bom:2.18.4 " ))
1212 api(platform(" io.projectreactor:reactor-bom:2024.0.7" ))
1313 api(platform(" io.micrometer:micrometer-bom:1.15.1" ))
1414 api(platform(" io.micrometer:micrometer-tracing-bom:1.5.1" ))
@@ -20,7 +20,7 @@ dependencies {
2020 api(platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1" ))
2121 api(platform(" org.junit:junit-bom:5.12.2" ))
2222 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 " ))
2424 api(platform(" org.apache.logging.log4j:log4j-bom:2.24.3" ))
2525 api(platform(" org.assertj:assertj-bom:3.27.3" ))
2626
@@ -34,7 +34,7 @@ dependencies {
3434 api(" jakarta.persistence:jakarta.persistence-api:3.1.0" )
3535
3636 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 " )
3838
3939 api(" com.google.code.findbugs:jsr305:3.0.2" )
4040 api(" com.jayway.jsonpath:json-path:2.9.0" )
0 commit comments