Skip to content

Commit

Permalink
Bump org.apache.arrow:arrow-vector from 13.0.0 to 18.0.0
Browse files Browse the repository at this point in the history
Bumps [org.apache.arrow:arrow-vector](https://github.com/apache/arrow) from 13.0.0 to 18.0.0.
- [Release notes](https://github.com/apache/arrow/releases)
- [Commits](apache/arrow@r-13.0.0...apache-arrow-18.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 14, 2024
1 parent 37dad0a commit cd9bf70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datafusion-examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
implementation 'org.slf4j:slf4j-api:2.0.13'
implementation 'ch.qos.logback:logback-classic:1.5.0'
implementation 'org.apache.arrow:arrow-format:18.0.0'
implementation 'org.apache.arrow:arrow-vector:14.0.0'
implementation 'org.apache.arrow:arrow-vector:18.0.0'
}

application {
Expand Down
2 changes: 1 addition & 1 deletion datafusion-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
dependencies {
api 'org.slf4j:slf4j-api:2.0.13'
api 'org.apache.arrow:arrow-format:18.0.0'
api 'org.apache.arrow:arrow-vector:13.0.0'
api 'org.apache.arrow:arrow-vector:18.0.0'
implementation 'org.apache.arrow:arrow-c-data:18.0.0'
runtimeOnly 'org.apache.arrow:arrow-memory-unsafe:18.0.0'
testImplementation 'org.apache.arrow:arrow-compression:14.0.2'
Expand Down

0 comments on commit cd9bf70

Please sign in to comment.