From f4a1564d48e8f4b6d0b2176613f8d73ba6d32dda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 07:03:51 +0000 Subject: [PATCH] build(deps): bump protobuf from 3.25.8 to 4.34.0 Bumps `protobuf` from 3.25.8 to 4.34.0. Updates `com.google.protobuf:protobuf-java` from 3.25.8 to 4.34.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.8 to 4.34.0 Updates `com.google.protobuf:protoc` from 3.25.8 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:protobuf-java-util 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 c23df92eb..6e576b2e6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ junit = "6.0.3" nmcp = "1.4.4" picocli = "4.7.7" protobuf-plugin = "0.9.6" -protobuf = "3.25.8" +protobuf = "4.34.0" scala-2-12 = "2.12.20" scala-2-13 = "2.13.18" scalatest-2-12 = "3.2.19"