From 3f9d4cfeb5afd200e94fc206ab220ef0587eb14b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 14:27:27 +0000 Subject: [PATCH] build(deps): bump com.google.protobuf:protobuf-kotlin-lite Bumps com.google.protobuf:protobuf-kotlin-lite from 4.35.0 to 4.35.1. --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-kotlin-lite dependency-version: 4.35.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 cefab77fe..c1d3c0797 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.35.0" +protobuf = "4.35.1" protobuf-plugin = "0.10.0" protovalidate-kt = "0.1.1"