From fa11ac8c4e06e7d4528c4675b00200f30805d6ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 07:47:42 +0000 Subject: [PATCH] build(deps): bump protobuf from 3.25.9 to 4.35.0 Bumps `protobuf` from 3.25.9 to 4.35.0. Updates `com.google.protobuf:protobuf-java` from 3.25.9 to 4.35.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `com.google.protobuf:protobuf-java-util` from 3.25.9 to 4.35.0 Updates `com.google.protobuf:protoc` from 3.25.9 to 4.35.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.35.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.protobuf:protobuf-java-util dependency-version: 4.35.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.protobuf:protoc dependency-version: 4.35.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 6422b6dbc..59f6e4313 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ junit = "6.0.3" nmcp = "1.5.0" picocli = "4.7.7" protobuf-plugin = "0.10.0" -protobuf = "3.25.9" +protobuf = "4.35.0" scala-2-12 = "2.12.20" scala-2-13 = "2.13.18" scalatest-2-12 = "3.2.20"