Skip to content

Commit

Permalink
Bump apache-arrow.version from 16.0.0 to 17.0.0
Browse files Browse the repository at this point in the history
Bumps `apache-arrow.version` from 16.0.0 to 17.0.0.

Updates `org.apache.arrow:arrow-vector` from 16.0.0 to 17.0.0
- [Release notes](https://github.com/apache/arrow/releases)
- [Commits](apache/arrow@go/v16.0.0...go/v17.0.0)

Updates `org.apache.arrow:arrow-memory-netty` from 16.0.0 to 17.0.0

---
updated-dependencies:
- dependency-name: org.apache.arrow:arrow-vector
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.apache.arrow:arrow-memory-netty
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
1 parent f58dd0e commit 4f99900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<properties>
<mock-server.version>5.11.1</mock-server.version>
<apache-poi.version>5.2.2</apache-poi.version>
<apache-arrow.version>16.0.0</apache-arrow.version>
<apache-arrow.version>17.0.0</apache-arrow.version>
<apache-parquet.version>1.12.3</apache-parquet.version>
</properties>

Expand Down

0 comments on commit 4f99900

Please sign in to comment.