Skip to content

Commit 940d450

Browse files
Copilottrask
andauthored
Update Jackson packages to v2.20.0 (#2242)
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: trask <[email protected]>
1 parent 5a9d415 commit 940d450

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

aws-xray/src/main/java/io/opentelemetry/contrib/awsxray/XraySamplerClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ final class XraySamplerClient {
5252

5353
private static final ObjectMapper OBJECT_MAPPER =
5454
new ObjectMapper()
55-
.setSerializationInclusion(JsonInclude.Include.NON_EMPTY)
55+
.setDefaultPropertyInclusion(JsonInclude.Include.NON_EMPTY)
5656
// AWS APIs return timestamps as floats.
5757
.registerModule(
5858
new SimpleModule().addDeserializer(Date.class, new FloatDateDeserializer()))

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)