From bebc42451900261374259cde600175539ca5cd5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 06:10:03 +0000 Subject: [PATCH] chore(deps): bump com.google.protobuf:protoc from 3.25.5 to 4.36.1 Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 3.25.5 to 4.36.1. - [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.36.1 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 3ccb132..29d279f 100644 --- a/build.gradle +++ b/build.gradle @@ -80,7 +80,7 @@ jar { } def grpcVersion = '1.84.0' -def protocVersion = '3.25.5' +def protocVersion = '4.36.1' def slf4jVersion = '2.0.18' def testcontainersVersion = '1.21.4' def jUnitVersion = '6.1.3'