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 c9bbe78fd Bump org.apache.arrow:arrow-vector from 16.0.0 to 16.1.0
(#1354)
c9bbe78fd is described below
commit c9bbe78fda05c2772d03ed83d9467863f31f605b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 31 16:04:04 2024 +0200
Bump org.apache.arrow:arrow-vector from 16.0.0 to 16.1.0 (#1354)
Bumps [org.apache.arrow:arrow-vector](https://github.com/apache/arrow) from
16.0.0 to 16.1.0.
- [Commits](https://github.com/apache/arrow/compare/go/v16.0.0...go/v16.1.0)
---
updated-dependencies:
- dependency-name: org.apache.arrow:arrow-vector
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-arrow/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parquet-arrow/pom.xml b/parquet-arrow/pom.xml
index 883bd5d31..a80fe3da2 100644
--- a/parquet-arrow/pom.xml
+++ b/parquet-arrow/pom.xml
@@ -33,7 +33,7 @@
<url>https://parquet.apache.org</url>
<properties>
- <arrow.version>16.0.0</arrow.version>
+ <arrow.version>16.1.0</arrow.version>
</properties>
<dependencies>