From ee282d9629dd17f3b93e25c9e77ebe4686a5ca85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 06:20:33 +0000 Subject: [PATCH] build(deps): Bump the grpc-protobuf group with 2 updates Bumps the grpc-protobuf group with 2 updates: [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) and [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf). Updates `com.google.protobuf:protobuf-java` from 4.35.1 to 4.36.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `com.google.protobuf:protoc` from 4.35.1 to 4.36.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `com.google.protobuf:protoc` from 4.35.1 to 4.36.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.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc-protobuf - dependency-name: com.google.protobuf:protoc dependency-version: 4.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc-protobuf - dependency-name: com.google.protobuf:protoc dependency-version: 4.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc-protobuf ... 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 717703d..77cb533 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,7 +32,7 @@ tasks.withType().configureEach { } val grpcVersion = "1.83.1" -val protobufVersion = "4.35.1" +val protobufVersion = "4.36.0" dependencies { api("io.grpc:grpc-protobuf:$grpcVersion")