From 532779b35cfb50d1c530bfc1d815e2df25f905e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 00:25:27 +0000 Subject: [PATCH] fix(deps): update dependency com.google.protobuf:protobuf-bom to v4.33.3 --- 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 28d586f17..8a16281e1 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(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${otelInstrumentationVersion}")) api(platform("com.fasterxml.jackson:jackson-bom:2.20.1")) - api(platform("com.google.protobuf:protobuf-bom:4.33.2")) + api(platform("com.google.protobuf:protobuf-bom:4.33.3")) api(platform("com.squareup.okhttp3:okhttp-bom:5.3.2")) constraints {