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 f4cb10376 Bump com.google.api.grpc:proto-google-common-protos from
2.59.2 to 2.68.0 (#3474)
f4cb10376 is described below
commit f4cb1037605271ef33b965c9fad31348551e21a7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 28 21:44:07 2026 +0200
Bump com.google.api.grpc:proto-google-common-protos from 2.59.2 to 2.68.0
(#3474)
* Bump com.google.api.grpc:proto-google-common-protos
Bumps
[com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java)
from 2.59.2 to 2.68.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.59.2...v2.68.0)
---
updated-dependencies:
- dependency-name: com.google.api.grpc:proto-google-common-protos
dependency-version: 2.68.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* Bump extensions
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fokko Driesprong <[email protected]>
---
parquet-protobuf/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/parquet-protobuf/pom.xml b/parquet-protobuf/pom.xml
index 4d2f67842..9ffc6b061 100644
--- a/parquet-protobuf/pom.xml
+++ b/parquet-protobuf/pom.xml
@@ -32,8 +32,8 @@
<properties>
<elephant-bird.version>4.4</elephant-bird.version>
<protobuf.version>4.34.1</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>
+ <common-protos.version>2.68.0</common-protos.version> <!-- make sure it's
compatible with protobuf.version -->
+ <truth-proto-extension.version>1.4.5</truth-proto-extension.version>
</properties>