From 98e5fca68aaa7bdcebfeb0b854e31ef171fdad1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 09:10:06 +0000 Subject: [PATCH] Bump protobuf from 4.33.2 to 4.33.4 Bumps `protobuf` from 4.33.2 to 4.33.4. Updates `com.google.protobuf:protobuf-java-util` from 4.33.2 to 4.33.4 Updates `com.google.protobuf:protobuf-java` from 4.33.2 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-util dependency-version: 4.33.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.33.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 f2d78c6..edd895d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ grpc = "1.78.0" netty = "4.2.9.Final" slf4j = "2.0.17" -protobuf = "4.33.2" +protobuf = "4.33.4" logback = "1.5.22" [libraries]