From 8a81a3dff657e16f38c1bdbc5d0f91e936e30842 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 10:07:45 +0000 Subject: [PATCH] fix(deps): update protobuf monorepo to v4 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1cc32b4..1255dd8 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ allprojects { ext { grpcVersion = '1.70.0' - protobufVersion = '3.25.6' + protobufVersion = '4.29.3' } nexusPublishing {