From af93d3f1df23b0e2d5b35c66d6eb0f4f0612eb34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 17:10:52 +0800 Subject: [PATCH] Update protocVersion to v3.25.3 (#4077) 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 34c303b508..6890676fa0 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ allprojects { } plugins.withId('com.google.protobuf') { - def protocVersion = '3.25.2' + def protocVersion = '3.25.3' protobuf { // Configure the protoc executable protoc {