File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
aws-xray/src/main/java/io/opentelemetry/contrib/awsxray Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 ()))
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(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
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments