From 6e9fba4c01e12d65ae75d961e56752ec0949f554 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 18:39:40 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-java from 4.33.5 to 4.34.0 Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.33.5 to 4.34.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.34.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 5a03784..d0c6f7d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -52,7 +52,7 @@ dependencies { implementation("io.grpc:grpc-stub:1.79.0") implementation("io.grpc:grpc-protobuf:1.79.0") implementation("io.grpc:grpc-netty:1.79.0") - implementation("com.google.protobuf:protobuf-java:4.33.5") + implementation("com.google.protobuf:protobuf-java:4.34.0") } tasks.test { @@ -61,7 +61,7 @@ tasks.test { protobuf { protoc { - artifact = "com.google.protobuf:protoc:4.33.5" + artifact = "com.google.protobuf:protoc:4.34.0" } plugins { id("grpc") {