From 3ffaf148449baedbf9b9fe791202a1f551e0ed07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 21:44:23 +0800 Subject: [PATCH] Update protocVersion to v4.27.0 (#4415) 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 07edd65826..4b208faaf5 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ allprojects { } plugins.withId('com.google.protobuf') { - def protocVersion = '4.26.1' + def protocVersion = '4.27.0' protobuf { // Configure the protoc executable protoc {