This is an automated email from the ASF dual-hosted git repository.
gangwu 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 3306fd605 Bump protobuf.version from 3.25.5 to 3.25.6 (#3138)
3306fd605 is described below
commit 3306fd605731a19aab0f0dc1f01feffa842362e6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 4 23:57:14 2025 +0800
Bump protobuf.version from 3.25.5 to 3.25.6 (#3138)
Bumps `protobuf.version` from 3.25.5 to 3.25.6.
Updates `com.google.protobuf:protobuf-java` from 3.25.5 to 3.25.6
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
-
[Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
-
[Commits](https://github.com/protocolbuffers/protobuf/compare/v3.25.5...v3.25.6)
Updates `com.google.protobuf:protobuf-java-util` from 3.25.5 to 3.25.6
---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.google.protobuf:protobuf-java-util
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 62417ba2b..0b61e7b7b 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.25.5</protobuf.version>
+ <protobuf.version>3.25.6</protobuf.version>
<common-protos.version>2.50.0</common-protos.version> <!-- make sure it's
compatible with protobuf.version -->
<truth-proto-extension.version>1.4.4</truth-proto-extension.version>
</properties>