Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 20, 2023
1 parent 469109c commit 8d3b261
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:14.0.1'
api 'org.apache.arrow:arrow-vector:13.0.0'
implementation 'org.apache.arrow:arrow-c-data:14.0.1'
runtimeOnly 'org.apache.arrow:arrow-memory-unsafe:14.0.0'
runtimeOnly 'org.apache.arrow:arrow-memory-unsafe:14.0.1'
testImplementation 'org.apache.arrow:arrow-compression:14.0.1'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
testImplementation 'org.apache.hadoop:hadoop-client:3.3.6'
Expand Down

0 comments on commit 8d3b261

Please sign in to comment.