From a74429d2b10d7ba6afdb008e1cd7100c9f6528d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 08:36:54 +0000 Subject: [PATCH] Bump protobuf from 4.35.1 to 4.36.0 Bumps `protobuf` from 4.35.1 to 4.36.0. Updates `com.google.protobuf:protobuf-javalite` from 4.35.1 to 4.36.0 Updates `com.google.protobuf:protobuf-kotlin` from 4.35.1 to 4.36.0 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-javalite dependency-version: 4.36.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.protobuf:protobuf-kotlin dependency-version: 4.36.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.protobuf:protoc dependency-version: 4.36.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 5ec99ce..8bd059a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -23,7 +23,7 @@ nexus-publish-plugin = "2.0.0" password-generator = "0.6" play-services-location = "21.4.0" play-services-vision = "20.1.3" -protobuf = "4.35.1" +protobuf = "4.36.0" protobuf-plugin = "0.10.0" spotless = "8.10.1"