From fd7580b16ab75c198b5e686637ab77ce74ea7bbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 22:46:32 +0000 Subject: [PATCH] Bump com.google.protobuf:protoc from 4.34.1 to 4.35.0 Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 4.34.1 to 4.35.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.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 85f0e1e..2144967 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -52,7 +52,7 @@ dependencies { implementation("io.grpc:grpc-stub:1.81.0") implementation("io.grpc:grpc-protobuf:1.81.0") implementation("io.grpc:grpc-netty:1.81.0") - implementation("com.google.protobuf:protobuf-java:4.34.1") + implementation("com.google.protobuf:protobuf-java:4.35.0") } tasks.test { @@ -61,7 +61,7 @@ tasks.test { protobuf { protoc { - artifact = "com.google.protobuf:protoc:4.34.1" + artifact = "com.google.protobuf:protoc:4.35.0" } plugins { id("grpc") {