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 d05ba6c commit 3e4ba2fCopy full SHA for 3e4ba2f
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.2"))
+ api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.20.0"))
19
api(enforcedPlatform("com.google.protobuf:protobuf-bom:4.32.0"))
20
api(enforcedPlatform("com.squareup.okhttp3:okhttp-bom:5.1.0"))
21
0 commit comments