From eb565f1afb6c62a8ba1cecf77c15a8d2dd689998 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 14:24:41 +0000 Subject: [PATCH] build(deps): bump protobuf from 4.34.0 to 4.34.1 Bumps `protobuf` from 4.34.0 to 4.34.1. Updates `com.google.protobuf:protobuf-java` from 4.34.0 to 4.34.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `com.google.protobuf:protobuf-kotlin-lite` from 4.34.0 to 4.34.1 --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.34.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.protobuf:protobuf-kotlin-lite dependency-version: 4.34.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6f309b39c..30fd1a8d2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -57,7 +57,7 @@ google-play-updates = "2.1.0" grpc = "1.79.0" grpc-okhttp = "1.79.0" grpc-kotlin = "1.5.0" -protobuf = "4.34.0" +protobuf = "4.34.1" protobuf-plugin = "0.9.6" protovalidate-kt = "0.1.1"