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 3f4efc7 commit 6494b4eCopy full SHA for 6494b4e
dependencyManagement/build.gradle.kts
@@ -16,7 +16,7 @@ dependencies {
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"))
19
- api(enforcedPlatform("com.google.protobuf:protobuf-bom:4.31.1"))
+ api(enforcedPlatform("com.google.protobuf:protobuf-bom:4.32.0"))
20
api(enforcedPlatform("com.squareup.okhttp3:okhttp-bom:5.1.0"))
21
22
constraints {
0 commit comments