Skip to content

Commit

Permalink
Bump org.apache.arrow:arrow-c-data from 14.0.1 to 14.0.2 (#120)
Browse files Browse the repository at this point in the history
Bumps org.apache.arrow:arrow-c-data from 14.0.1 to 14.0.2.

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

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 Jan 2, 2024
1 parent 8d3b261 commit 8491a5a
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 @@ -11,7 +11,7 @@ dependencies {
api 'org.slf4j:slf4j-api:2.0.9'
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'
implementation 'org.apache.arrow:arrow-c-data:14.0.2'
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'
Expand Down

0 comments on commit 8491a5a

Please sign in to comment.