Skip to content

Commit 2950dfd

Browse files
Update jackson packages to v2.21.2
1 parent 5efd4da commit 2950dfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

ibm-mq-metrics/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)