From e718d8cb81b723a03e0bfe47dd58824d63358bc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 10:53:43 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-java from 4.26.1 to 4.36.1 Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.26.1 to 4.36.1. - [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.1 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..f35ead3b4 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.1" serialization = "1.11.0" dokka = "2.2.0"