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 b736183 commit 4b992a7Copy full SHA for 4b992a7
dependencyManagement/build.gradle.kts
@@ -15,7 +15,7 @@ dependencies {
15
// (the constraints section below doesn't have this issue, and will only show up
16
// as runtime dependencies if they are actually used as runtime dependencies)
17
api(enforcedPlatform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${otelInstrumentationVersion}"))
18
- api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.19.0"))
+ api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.19.1"))
19
20
constraints {
21
api("io.opentelemetry.semconv:opentelemetry-semconv:${semconvVersion}")
0 commit comments