This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch dependabot/maven/protobuf.version-4.30.2
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
commit 77ed780362c0400cb5f3cbfd83a4313ec3764bf5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 19 23:27:14 2025 +0000
Bump protobuf.version from 3.25.6 to 4.30.2
Bumps `protobuf.version` from 3.25.6 to 4.30.2.
Updates `com.google.protobuf:protobuf-java` from 3.25.6 to 4.30.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
-
[Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
-
[Commits](https://github.com/protocolbuffers/protobuf/compare/v3.25.6...v4.30.2)
Updates `com.google.protobuf:protobuf-java-util` from 3.25.6 to 4.30.2
---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
dependency-version: 4.30.2
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: com.google.protobuf:protobuf-java-util
dependency-version: 4.30.2
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
parquet-cli/pom.xml | 2 +-
parquet-protobuf/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/parquet-cli/pom.xml b/parquet-cli/pom.xml
index 17a508e8a..3c7a9b2b6 100644
--- a/parquet-cli/pom.xml
+++ b/parquet-cli/pom.xml
@@ -97,7 +97,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>3.25.6</version>
+ <version>4.33.1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/parquet-protobuf/pom.xml b/parquet-protobuf/pom.xml
index ace4b6300..5c202c150 100644
--- a/parquet-protobuf/pom.xml
+++ b/parquet-protobuf/pom.xml
@@ -31,7 +31,7 @@
<properties>
<elephant-bird.version>4.4</elephant-bird.version>
- <protobuf.version>3.25.6</protobuf.version>
+ <protobuf.version>4.33.1</protobuf.version>
<common-protos.version>2.59.2</common-protos.version> <!-- make sure it's
compatible with protobuf.version -->
<truth-proto-extension.version>1.4.4</truth-proto-extension.version>
</properties>