From ee8a3d3dc96be53d308dbe81ea8dc9b732a39e71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 04:03:55 +0800 Subject: [PATCH] Update protocVersion to v3.25.2 (#3954) 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 faec190d99..ca94bdcbf8 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ allprojects { } plugins.withId('com.google.protobuf') { - def protocVersion = '3.25.1' + def protocVersion = '3.25.2' protobuf { // Configure the protoc executable protoc {