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-mr.git
The following commit(s) were added to refs/heads/master by this push:
new e23e4521d Bump com.google.api.grpc:proto-google-common-protos (#1264)
e23e4521d is described below
commit e23e4521d6f33a2d745ead0a398aa7840064d35b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 13 13:52:20 2024 +0100
Bump com.google.api.grpc:proto-google-common-protos (#1264)
Bumps
[com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java)
from 2.30.0 to 2.33.0.
- [Release notes](https://github.com/googleapis/sdk-platform-java/releases)
-
[Changelog](https://github.com/googleapis/sdk-platform-java/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/googleapis/sdk-platform-java/compare/v2.30.0...v2.33.0)
---
updated-dependencies:
- dependency-name: com.google.api.grpc:proto-google-common-protos
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-protobuf/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parquet-protobuf/pom.xml b/parquet-protobuf/pom.xml
index 9242eaa05..ae37812fe 100644
--- a/parquet-protobuf/pom.xml
+++ b/parquet-protobuf/pom.xml
@@ -32,7 +32,7 @@
<properties>
<elephant-bird.version>4.4</elephant-bird.version>
<protobuf.version>3.25.2</protobuf.version>
- <common-protos.version>2.30.0</common-protos.version> <!-- make sure it's
compatible with protobuf.version -->
+ <common-protos.version>2.33.0</common-protos.version> <!-- make sure it's
compatible with protobuf.version -->
<truth-proto-extension.version>1.4.0</truth-proto-extension.version>
</properties>