This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-java.git
The following commit(s) were added to refs/heads/main by this push:
new 6d2116d2 MINOR: Bump parquet.version from 1.14.4 to 1.15.0 (#478)
6d2116d2 is described below
commit 6d2116d23a005d05ad7437858cb004bdd9cce189
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 9 20:52:49 2025 -0500
MINOR: Bump parquet.version from 1.14.4 to 1.15.0 (#478)
Bumps `parquet.version` from 1.14.4 to 1.15.0.
Updates `org.apache.parquet:parquet-avro` from 1.14.4 to 1.15.0
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
dataset/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dataset/pom.xml b/dataset/pom.xml
index 1618b2b3..7d074f05 100644
--- a/dataset/pom.xml
+++ b/dataset/pom.xml
@@ -32,7 +32,7 @@ under the License.
<properties>
<arrow.cpp.build.dir>../../../cpp/release-build/</arrow.cpp.build.dir>
- <parquet.version>1.14.4</parquet.version>
+ <parquet.version>1.15.0</parquet.version>
<avro.version>1.12.0</avro.version>
</properties>