We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6748bd commit 1d09f8fCopy full SHA for 1d09f8f
dependencyManagement/build.gradle.kts
@@ -20,7 +20,7 @@ rootProject.extra["otelInstrumentationVersion"] = otelInstrumentationVersion
20
rootProject.extra["otelInstrumentationAlphaVersion"] = otelInstrumentationAlphaVersion
21
22
val DEPENDENCY_BOMS = listOf(
23
- "com.fasterxml.jackson:jackson-bom:2.18.3",
+ "com.fasterxml.jackson:jackson-bom:2.19.1",
24
"io.opentelemetry:opentelemetry-bom:${otelSdkVersion}",
25
"io.opentelemetry:opentelemetry-bom-alpha:${otelSdkVersion}-alpha",
26
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:${otelInstrumentationVersion}",
0 commit comments