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