From d1780fd5c30b6d054951160aff51f8bc8b2d2233 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 17:22:02 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-java from 4.34.0 to 4.34.1 Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.34.0 to 4.34.1. - [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.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 ca42d87..2823c0a 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.34.0") + implementation("com.google.protobuf:protobuf-java:4.34.1") } tasks.test { @@ -61,7 +61,7 @@ tasks.test { protobuf { protoc { - artifact = "com.google.protobuf:protoc:4.34.0" + artifact = "com.google.protobuf:protoc:4.34.1" } plugins { id("grpc") {