From b22516b024853c44e7260baa887d8a0468a53976 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 09:20:03 +0800 Subject: [PATCH] Update protocVersion to v4.29.2 (#5097) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: John Andrew Camu --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e38b824b2e..f4d71a973d 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ allprojects { } plugins.withId('com.google.protobuf') { - def protocVersion = '4.29.1' + def protocVersion = '4.29.2' protobuf { // Configure the protoc executable protoc {