From 1fdc287b45fbfa71d84233010c0076d4a30f7730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 17:29:48 +0000 Subject: [PATCH] chore(deps): bump com.google.protobuf:protobuf-kotlin-lite Bumps com.google.protobuf:protobuf-kotlin-lite from 4.34.1 to 4.35.0. --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-kotlin-lite dependency-version: 4.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 cadc49df1..b4a0b914d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -58,7 +58,7 @@ google-play-updates = "2.1.0" grpc = "1.81.0" grpc-okhttp = "1.81.0" grpc-kotlin = "1.5.0" -protobuf = "4.34.1" +protobuf = "4.35.0" protobuf-plugin = "0.10.0" protovalidate-kt = "0.1.1"