From c4686e84141ffd27a962ddf58c1cdfdd95df0efe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 14:04:24 +0800 Subject: [PATCH] fix(deps): update protobuf monorepo to v4.32.0 (#5747) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 70222df7bf..a057e8e50c 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ allprojects { } plugins.withId('com.google.protobuf') { - def protocVersion = '4.31.1' + def protocVersion = '4.32.0' protobuf { // Configure the protoc executable protoc {