This is an automated email from the ASF dual-hosted git repository.
nkollar 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 6ac9b29a5 Bump com.google.api.grpc:proto-google-common-protos (#3256)
6ac9b29a5 is described below
commit 6ac9b29a5c3eb879fd16cc79df52237edaa5e6c6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 3 19:47:09 2025 +0200
Bump com.google.api.grpc:proto-google-common-protos (#3256)
Bumps
[com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java)
from 2.54.1 to 2.59.2.
- [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/gax/v2.54.1...v2.59.2)
---
updated-dependencies:
- dependency-name: com.google.api.grpc:proto-google-common-protos
dependency-version: 2.59.2
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 c58de2fe2..bb985f523 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.6</protobuf.version>
- <common-protos.version>2.54.1</common-protos.version> <!-- make sure it's
compatible with 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>
</properties>