Skip to content

Commit

Permalink
Bump org.apache.arrow:arrow-memory-unsafe from 13.0.0 to 14.0.0 (#111)
Browse files Browse the repository at this point in the history
Bumps org.apache.arrow:arrow-memory-unsafe from 13.0.0 to 14.0.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 10, 2023
1 parent a0855c0 commit 40fc3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
api 'org.apache.arrow:arrow-format:13.0.0'
api 'org.apache.arrow:arrow-vector:13.0.0'
implementation 'org.apache.arrow:arrow-c-data:13.0.0'
runtimeOnly 'org.apache.arrow:arrow-memory-unsafe:13.0.0'
runtimeOnly 'org.apache.arrow:arrow-memory-unsafe:14.0.0'
testImplementation 'org.apache.arrow:arrow-compression:13.0.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
testImplementation 'org.apache.hadoop:hadoop-client:3.3.6'
Expand Down

0 comments on commit 40fc3bf

Please sign in to comment.