From e3e5d181085dccf995c881c138f15d06b85d3cf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 07:32:15 +0000 Subject: [PATCH] build(deps): bump com.google.protobuf:protoc from 4.33.1 to 4.33.2 Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 4.33.1 to 4.33.2. - [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.33.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 93c69d05..abaa15bf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -72,7 +72,7 @@ playServicesOssLicenses = "17.3.0" profileinstaller = "1.4.1" protobuf = "0.9.5" protobufJavalite = "4.33.2" -protoc = "4.33.1" +protoc = "4.33.2" reorderable = "3.0.0" runner = "1.7.0" runtime = "1.10.0"