From a824d283956f99929f7e40c026daf9a3b350f9e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 06:28:35 +0000 Subject: [PATCH] build(deps): bump protobuf from 3.25.8 to 4.33.4 Bumps `protobuf` from 3.25.8 to 4.33.4. Updates `com.google.protobuf:protobuf-java` from 3.25.8 to 4.33.4 - [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.33.4 Updates `com.google.protobuf:protoc` from 3.25.8 to 4.33.4 - [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.33.4 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.protobuf:protobuf-java-util dependency-version: 4.33.4 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.protobuf:protoc dependency-version: 4.33.4 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 585ac5d67..cb1f378d5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ junit = "6.0.2" nmcp = "1.4.3" picocli = "4.7.7" protobuf-plugin = "0.9.6" -protobuf = "3.25.8" +protobuf = "4.33.4" scala-library = "2.12.21" scalatest = "3.2.19" scalatestplus-junit5 = "3.2.19.0"