Skip to content

Commit 4e47b6f

Browse files
fix(deps): update jackson packages to v2.20.0
1 parent 84fec05 commit 4e47b6f

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(enforcedPlatform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${otelInstrumentationVersion}"))
18-
api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.19.2"))
18+
api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.20.0"))
1919
api(enforcedPlatform("com.google.protobuf:protobuf-bom:4.32.0"))
2020
api(enforcedPlatform("com.squareup.okhttp3:okhttp-bom:5.1.0"))
2121

ibm-mq-metrics/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
api("org.jetbrains:annotations:26.0.2-1")
3535
api("com.ibm.mq:com.ibm.mq.allclient:9.4.3.1")
3636
api("org.yaml:snakeyaml:2.5")
37-
api("com.fasterxml.jackson.core:jackson-databind:2.19.2")
37+
api("com.fasterxml.jackson.core:jackson-databind:2.20.0")
3838
api("io.opentelemetry:opentelemetry-sdk")
3939
api("io.opentelemetry:opentelemetry-exporter-otlp")
4040
api("io.opentelemetry:opentelemetry-sdk-extension-autoconfigure")

0 commit comments

Comments
 (0)