From 3a47f491777ff133fb2efda6114332e7d0fd2032 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 16:04:57 +0000 Subject: [PATCH] build(deps): bump protobuf from 3.25.5 to 4.34.0 Bumps `protobuf` from 3.25.5 to 4.34.0. Updates `com.google.protobuf:protobuf-java` from 3.25.5 to 4.34.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `com.google.protobuf:protoc` from 3.25.5 to 4.34.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.34.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.protobuf:protoc dependency-version: 4.34.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 77eaf6f..64d085d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ autovalue = "1.11.1" autovalue-gson = "1.3.1" lint = "9.2.0-alpha01" -protobuf = "3.25.5" # agp is on protobuf 3.x +protobuf = "4.34.0" # agp is on protobuf 3.x [plugins] buildconfig = { id = "com.github.gmazzo.buildconfig", version = "6.0.7" }