We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d5e956 commit ffb2983Copy full SHA for ffb2983
dependencyManagement/build.gradle.kts
@@ -16,7 +16,7 @@ dependencies {
16
// as runtime dependencies if they are actually used as runtime dependencies)
17
api(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${otelInstrumentationVersion}"))
18
api(platform("com.fasterxml.jackson:jackson-bom:2.20.1"))
19
- api(platform("com.google.protobuf:protobuf-bom:4.33.2"))
+ api(platform("com.google.protobuf:protobuf-bom:4.33.3"))
20
api(platform("com.squareup.okhttp3:okhttp-bom:5.3.2"))
21
22
constraints {
0 commit comments