From 207bca0cd63939b7220af9772b21f3902dbc8f20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 20:11:05 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 94d5979..4d5b2d7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -41,7 +41,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") implementation("io.kubernetes:client-java:25.0.0") implementation("io.kubernetes:client-java-extended:25.0.0")