Skip to content

Commit c0dc313

Browse files
fix(deps): update jackson packages to v2.20.1 (#2406)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 47d129c commit c0dc313

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.20.0"))
18+
api(platform("com.fasterxml.jackson:jackson-bom:2.20.1"))
1919
api(platform("com.google.protobuf:protobuf-bom:4.33.0"))
2020
api(platform("com.squareup.okhttp3:okhttp-bom:5.2.1"))
2121

ibm-mq-metrics/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
api("org.jetbrains:annotations:26.0.2-1")
2121
api("com.ibm.mq:com.ibm.mq.allclient:9.4.4.0")
2222
api("org.yaml:snakeyaml:2.5")
23-
api("com.fasterxml.jackson.core:jackson-databind:2.20.0")
23+
api("com.fasterxml.jackson.core:jackson-databind:2.20.1")
2424
api("io.opentelemetry:opentelemetry-sdk")
2525
api("io.opentelemetry:opentelemetry-exporter-otlp")
2626
api("io.opentelemetry:opentelemetry-sdk-extension-autoconfigure")

0 commit comments

Comments
 (0)