This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
The following commit(s) were added to refs/heads/master by this push:
new a49af99c7 Bump protobuf.version from 4.33.2 to 4.34.0 (#3441)
a49af99c7 is described below
commit a49af99c7fc2b8c6478d72ab4f9c3ccf97fbf6c8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 10 16:36:34 2026 +0100
Bump protobuf.version from 4.33.2 to 4.34.0 (#3441)
Bumps `protobuf.version` from 4.33.2 to 4.34.0.
Updates `com.google.protobuf:protobuf-java` from 4.33.2 to 4.34.0
- [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.34.0
---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
dependency-version: 4.34.0
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: com.google.protobuf:protobuf-java-util
dependency-version: 4.34.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
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 2f3f2585c..2dbe7ac54 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>4.33.2</version>
+ <version>4.34.0</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/parquet-protobuf/pom.xml b/parquet-protobuf/pom.xml
index 661385a51..145e04d89 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>4.33.2</protobuf.version>
+ <protobuf.version>4.34.0</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>