From 60bcd29d38c8e16f5b9207cb41f374e3e87f3915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 00:38:03 +0000 Subject: [PATCH] build(deps): bump com.google.protobuf:protoc from 4.34.1 to 4.35.0 Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 4.34.1 to 4.35.0. - [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.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7c47bafa..58746e19 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -72,7 +72,7 @@ playServicesOssLicenses = "17.5.1" profileinstaller = "1.4.1" protobuf = "0.10.0" protobufJavalite = "4.34.1" -protoc = "4.34.1" +protoc = "4.35.0" reorderable = "3.1.0" runner = "1.7.0" runtime = "1.11.2"