From e77cc0c31a4ed0c3608c990c2cc92cb794b03d3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 16:52:18 +0000 Subject: [PATCH] chore(gradle): bump protobuf from 4.33.2 to 4.35.1 Bumps `protobuf` from 4.33.2 to 4.35.1. Updates `com.google.protobuf:protobuf-java` from 4.33.2 to 4.35.1 - [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.35.1 Updates `com.google.protobuf:protoc` from 4.33.2 to 4.35.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.35.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.protobuf:protobuf-java-util dependency-version: 4.35.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.protobuf:protoc dependency-version: 4.35.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 ba0d83c8ae3..251d5f5db64 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -79,7 +79,7 @@ pac4j = "5.7.9" parquet = "1.17.1" picocli = "4.7.7" postgresql = "42.7.12" -protobuf = "4.33.2" +protobuf = "4.35.1" randelshofer = "2.0.1" rdblue = "0.1.1" rewrite-java = "8.86.1"