Skip to content

Commit

Permalink
Bump org.apache.arrow:arrow-compression from 14.0.2 to 18.0.0
Browse files Browse the repository at this point in the history
Bumps org.apache.arrow:arrow-compression from 14.0.2 to 18.0.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent e5df902 commit 7f3d865
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 @@ -13,7 +13,7 @@ dependencies {
api 'org.apache.arrow:arrow-vector:13.0.0'
implementation 'org.apache.arrow:arrow-c-data:14.0.2'
runtimeOnly 'org.apache.arrow:arrow-memory-unsafe:18.0.0'
testImplementation 'org.apache.arrow:arrow-compression:14.0.2'
testImplementation 'org.apache.arrow:arrow-compression:18.0.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
testImplementation 'org.apache.hadoop:hadoop-client:3.3.6'
testImplementation 'org.apache.hadoop:hadoop-common:3.4.1'
Expand Down

0 comments on commit 7f3d865

Please sign in to comment.