From 04e2889dc380d604b02d43233d4d0316cec5c58d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 12:34:56 +0000 Subject: [PATCH] Bump com.google.protobuf:protoc from 4.26.1 to 4.35.1 Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 4.26.1 to 4.35.1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: com.google.protobuf:protoc dependency-version: 4.35.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 585c31acf3..3a13423962 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -357,7 +357,7 @@ dependencies { protobuf { protoc { - artifact = "com.google.protobuf:protoc:4.26.1" + artifact = "com.google.protobuf:protoc:4.35.1" } generateProtoTasks { all().each {