From 9c4e06b2182f563f5a0786746699721fe75ab3f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 12:25:34 +0000 Subject: [PATCH] chore(gradle): 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` from 4.33.2 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 4.33.2 to 4.33.4 --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.33.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.protobuf:protobuf-java-util 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 bb5e69a51bb..33bcf086408 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -73,7 +73,7 @@ pac4j = "5.7.8" parquet = "1.16.0" picocli = "4.7.7" postgresql = "42.7.8" -protobuf = "4.33.2" +protobuf = "4.33.4" randelshofer = "2.0.1" rdblue = "0.1.1" rewrite-java = "8.60.2"