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 473d2cf commit 07dfa4cCopy full SHA for 07dfa4c
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.0"))
19
- api(platform("com.google.protobuf:protobuf-bom:4.32.1"))
+ api(platform("com.google.protobuf:protobuf-bom:4.33.0"))
20
api(platform("com.squareup.okhttp3:okhttp-bom:5.1.0"))
21
22
constraints {
0 commit comments