From 10091a606f2bac7f8555ec4b0f5beb8ecbe94a21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 04:45:53 +0000 Subject: [PATCH] chore(deps): bump com.google.protobuf:protoc from 3.25.5 to 4.36.0 Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 3.25.5 to 4.36.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.36.0 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 debf05c..98997f5 100644 --- a/build.gradle +++ b/build.gradle @@ -80,7 +80,7 @@ jar { } def grpcVersion = '1.83.1' -def protocVersion = '3.25.5' +def protocVersion = '4.36.0' def slf4jVersion = '2.0.18' def testcontainersVersion = '1.21.4' def jUnitVersion = '6.1.3'