From b444cec90f27b5c2bd0d785464f12bccad799899 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 10:54:55 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-java from 4.26.1 to 4.36.2 Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.26.1 to 4.36.2. - [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.2 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 29a9c3408..a99eb09f0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -39,7 +39,7 @@ roboelectric = "4.16.1" testCoroutines = "1.11.0" coroutines = "1.11.0" mediaPipeGenerator = "0.10.26.1" -protobuf = "4.26.1" +protobuf = "4.36.2" serialization = "1.11.0" dokka = "2.2.0"