Skip to content

Commit

Permalink
Bump org.apache.arrow:arrow-format from 13.0.0 to 14.0.1 (#113)
Browse files Browse the repository at this point in the history
Bumps [org.apache.arrow:arrow-format](https://github.com/apache/arrow) from 13.0.0 to 14.0.1.
- [Commits](apache/arrow@go/v13.0.0...go/v14.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jiayu Liu <Jimexist@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and jimexist committed Dec 19, 2023
1 parent 1b068e5 commit 469109c
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 @@ -14,7 +14,7 @@ dependencies {
implementation project(':datafusion-java')
implementation 'org.slf4j:slf4j-api:2.0.9'
implementation 'ch.qos.logback:logback-classic:1.4.11'
implementation 'org.apache.arrow:arrow-format:13.0.0'
implementation 'org.apache.arrow:arrow-format:14.0.1'
implementation 'org.apache.arrow:arrow-vector:13.0.0'
}

Expand Down
2 changes: 1 addition & 1 deletion datafusion-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

dependencies {
api 'org.slf4j:slf4j-api:2.0.9'
api 'org.apache.arrow:arrow-format:13.0.0'
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'
Expand Down

0 comments on commit 469109c

Please sign in to comment.