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 f318b5221 Bump com.google.api.grpc:proto-google-common-protos (#3789)
f318b5221 is described below
commit f318b5221a22e73dd2472a24701cbb8204b36ca1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 17 14:18:50 2026 +0200
Bump com.google.api.grpc:proto-google-common-protos (#3789)
Bumps
[com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/google-cloud-java)
from 2.74.0 to 2.76.0.
- [Release notes](https://github.com/googleapis/google-cloud-java/releases)
-
[Changelog](https://github.com/googleapis/google-cloud-java/blob/main/java-document-ai/CHANGELOG.md)
-
[Commits](https://github.com/googleapis/google-cloud-java/commits/gapic-generator-java/v2.76.0)
---
updated-dependencies:
- dependency-name: com.google.api.grpc:proto-google-common-protos
dependency-version: 2.76.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-protobuf/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parquet-protobuf/pom.xml b/parquet-protobuf/pom.xml
index edbb49f52..19b214ac4 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>4.35.1</protobuf.version>
- <common-protos.version>2.74.0</common-protos.version> <!-- make sure it's
compatible with protobuf.version -->
+ <common-protos.version>2.76.0</common-protos.version> <!-- make sure it's
compatible with protobuf.version -->
<truth-proto-extension.version>1.4.5</truth-proto-extension.version>
</properties>