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 1f61143 commit 28eeaf0Copy full SHA for 28eeaf0
dependencyManagement/build.gradle.kts
@@ -16,7 +16,7 @@ rootProject.extra["otelInstrumentationVersion"] = otelInstrumentationVersion
16
rootProject.extra["otelInstrumentationAlphaVersion"] = otelInstrumentationAlphaVersion
17
18
val DEPENDENCY_BOMS = listOf(
19
- "com.fasterxml.jackson:jackson-bom:2.20.0",
+ "com.fasterxml.jackson:jackson-bom:2.20.1",
20
"io.opentelemetry:opentelemetry-bom:${otelSdkVersion}",
21
"io.opentelemetry:opentelemetry-bom-alpha:${otelSdkVersion}-alpha",
22
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:${otelInstrumentationVersion}",
0 commit comments