From 9c1238fbc06326878a22b7fc0b7a915fbeb112fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 00:18:35 +0000 Subject: [PATCH] fix(deps): update dependency com.google.protobuf:protobuf-bom to v4.32.1 --- dependencyManagement/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index 4afbf4a6a..637f8fbac 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.20.0")) - api(enforcedPlatform("com.google.protobuf:protobuf-bom:4.32.0")) + api(enforcedPlatform("com.google.protobuf:protobuf-bom:4.32.1")) api(enforcedPlatform("com.squareup.okhttp3:okhttp-bom:5.1.0")) constraints {