From c49e7b2e5ad14067bcc73ca00a793eb081912479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 07:21:42 +0000 Subject: [PATCH] chore(deps): bump com.google.protobuf:protoc from 3.25.1 to 4.33.0 Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 3.25.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-major ... 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 a056f3e9..ef59bf29 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ llm-client = "0.8.54" okio = "3.15.0" tree-sitter = "0.24.5" grpc = "1.73.0" -protobuf = "3.25.1" +protobuf = "4.33.0" protobuf-plugin = "0.9.4" [libraries]