This is an automated email from the ASF dual-hosted git repository.
shangxinli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git
The following commit(s) were added to refs/heads/master by this push:
new 3ba9da6ad Bump protobuf-java from 3.5.1 to 3.16.1 in /parquet-protobuf
(#965)
3ba9da6ad is described below
commit 3ba9da6ad95ce6b2b5afa34107134cbd6569c85e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun May 15 17:12:37 2022 -0700
Bump protobuf-java from 3.5.1 to 3.16.1 in /parquet-protobuf (#965)
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from
3.5.1 to 3.16.1.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
-
[Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
-
[Commits](https://github.com/protocolbuffers/protobuf/compare/v3.5.1...v3.16.1)
---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parquet-protobuf/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parquet-protobuf/pom.xml b/parquet-protobuf/pom.xml
index c6ae71c6f..f029b051e 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.5.1</protobuf.version>
+ <protobuf.version>3.16.1</protobuf.version>
<truth-proto-extension.version>1.0</truth-proto-extension.version>
</properties>