From a6377694e340facd89a1cabe54148c710353cdc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 00:42:36 +0000 Subject: [PATCH] Bump com.google.protobuf:protoc from 3.25.8 to 4.33.4 Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 3.25.8 to 4.33.4. - [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.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 594df58..f367a3d 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ test { protobuf { protoc { // This pulls the Protobuf compiler version from Maven Central - artifact = "com.google.protobuf:protoc:3.25.8" + artifact = "com.google.protobuf:protoc:4.33.4" } plugins { grpc {