This is an automated email from the ASF dual-hosted git repository.
wgtmac 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 05fa1a3b0 Bump protobuf.version from 4.35.0 to 4.35.1 (#3612)
05fa1a3b0 is described below
commit 05fa1a3b05ab3b2a9ce26746a8f6409fa275838d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 14 12:27:38 2026 +0800
Bump protobuf.version from 4.35.0 to 4.35.1 (#3612)
Bumps `protobuf.version` from 4.35.0 to 4.35.1.
Updates `com.google.protobuf:protobuf-java` from 4.35.0 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.35.0 to 4.35.1
---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
dependency-version: 4.35.1
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: com.google.protobuf:protobuf-java-util
dependency-version: 4.35.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 15ed8996b..d73877e6e 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.35.0</version>
+ <version>4.35.1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/parquet-protobuf/pom.xml b/parquet-protobuf/pom.xml
index f0bc97775..950cc08d9 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.35.0</protobuf.version>
+ <protobuf.version>4.35.1</protobuf.version>
<common-protos.version>2.71.0</common-protos.version> <!-- make sure it's
compatible with protobuf.version -->
<truth-proto-extension.version>1.4.5</truth-proto-extension.version>
</properties>