From 2401e56a42a2ed6e26ce28ee4021467bca388fee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 10:14:09 +0800 Subject: [PATCH] fix(deps): update protobuf monorepo to v4.31.0 (#5469) 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 ecbe05f5da..370b26d29c 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ allprojects { } plugins.withId('com.google.protobuf') { - def protocVersion = '4.30.2' + def protocVersion = '4.31.0' protobuf { // Configure the protoc executable protoc {