From aa1032d63e008a8b1ab4e23649628323a9c8833a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 10:55:26 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-java from 4.26.1 to 4.36.0 Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.26.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-java 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 29a9c3408..8245187b5 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.0" serialization = "1.11.0" dokka = "2.2.0"