From bfab1fd0f64148b0493c0bcea43e323bbf045103 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 03:32:08 +0000 Subject: [PATCH] Bump com.google.protobuf:protoc from 4.26.1 to 4.33.0 Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 4.26.1 to 4.33.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: com.google.protobuf:protoc dependency-version: 4.33.0 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 80d57e92eb..ddecc59f8b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -330,7 +330,7 @@ dependencies { protobuf { protoc { - artifact = "com.google.protobuf:protoc:4.26.1" + artifact = "com.google.protobuf:protoc:4.33.0" } generateProtoTasks { all().each {