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 @@ -15,7 +15,7 @@ dependencies {
1515 // (the constraints section below doesn't have this issue, and will only show up
1616 // as runtime dependencies if they are actually used as runtime dependencies)
1717 api(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${otelInstrumentationVersion} " ))
18- api(platform(" com.fasterxml.jackson:jackson-bom:2.21.1 " ))
18+ api(platform(" com.fasterxml.jackson:jackson-bom:2.21.2 " ))
1919 api(platform(" com.google.protobuf:protobuf-bom:4.34.1" ))
2020 api(platform(" com.squareup.okhttp3:okhttp-bom:5.3.2" ))
2121
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
2525 api(" org.jetbrains:annotations:26.1.0" )
2626 api(" com.ibm.mq:com.ibm.mq.allclient:9.4.5.0" )
2727 api(" org.yaml:snakeyaml:2.6" )
28- api(" com.fasterxml.jackson.core:jackson-databind:2.21.1 " )
28+ api(" com.fasterxml.jackson.core:jackson-databind:2.21.2 " )
2929 api(" io.opentelemetry:opentelemetry-sdk" )
3030 api(" io.opentelemetry:opentelemetry-exporter-otlp" )
3131 api(" io.opentelemetry:opentelemetry-sdk-extension-autoconfigure" )
You can’t perform that action at this time.
0 commit comments