From 57dcffb5818ea2ae696c1be01f995dada231f55a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 20:21:50 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-java from 4.35.0 to 4.35.1 Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.35.0 to 4.35.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.35.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 36aad6e..88b20f0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -52,7 +52,7 @@ dependencies { implementation("io.grpc:grpc-stub:1.82.0") implementation("io.grpc:grpc-protobuf:1.82.0") implementation("io.grpc:grpc-netty:1.82.0") - implementation("com.google.protobuf:protobuf-java:4.35.0") + implementation("com.google.protobuf:protobuf-java:4.35.1") } tasks.test { @@ -61,7 +61,7 @@ tasks.test { protobuf { protoc { - artifact = "com.google.protobuf:protoc:4.35.0" + artifact = "com.google.protobuf:protoc:4.35.1" } plugins { id("grpc") {