diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index 3591d2f7..7b62e76e 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -16,7 +16,7 @@ dependencies { // as runtime dependencies if they are actually used as runtime dependencies) api(enforcedPlatform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${otelInstrumentationVersion}")) api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.19.2")) - api(enforcedPlatform("com.google.protobuf:protobuf-bom:4.31.1")) + api(enforcedPlatform("com.google.protobuf:protobuf-bom:4.32.0")) api(enforcedPlatform("com.squareup.okhttp3:okhttp-bom:5.1.0")) constraints {