From 02416126305e4bf05760c23e07d36a0a22b874a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 05:55:24 +0000 Subject: [PATCH] build(deps): bump protobuf from 3.25.8 to 4.34.1 Bumps `protobuf` from 3.25.8 to 4.34.1. Updates `com.google.protobuf:protobuf-java` from 3.25.8 to 4.34.1 - [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.1 Updates `com.google.protobuf:protoc` from 3.25.8 to 4.34.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.34.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.protobuf:protobuf-java-util dependency-version: 4.34.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.protobuf:protoc dependency-version: 4.34.1 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 f5407db57..9b8b916e9 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.1" scala-2-12 = "2.12.20" scala-2-13 = "2.13.18" scalatest-2-12 = "3.2.19"