Skip to content

Commit 77a7870

Browse files
Bump org.apache.arrow:arrow-format from 16.1.0 to 18.0.0 (#154)
Bumps [org.apache.arrow:arrow-format](https://github.com/apache/arrow) from 16.1.0 to 18.0.0. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@r-16.1.0...apache-arrow-18.0.0) --- 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>
1 parent 7126dd9 commit 77a7870

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datafusion-examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
implementation project(':datafusion-java')
1515
implementation 'org.slf4j:slf4j-api:2.0.13'
1616
implementation 'ch.qos.logback:logback-classic:1.5.0'
17-
implementation 'org.apache.arrow:arrow-format:16.1.0'
17+
implementation 'org.apache.arrow:arrow-format:18.0.0'
1818
implementation 'org.apache.arrow:arrow-vector:14.0.0'
1919
}
2020

datafusion-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99

1010
dependencies {
1111
api 'org.slf4j:slf4j-api:2.0.13'
12-
api 'org.apache.arrow:arrow-format:16.1.0'
12+
api 'org.apache.arrow:arrow-format:18.0.0'
1313
api 'org.apache.arrow:arrow-vector:13.0.0'
1414
implementation 'org.apache.arrow:arrow-c-data:14.0.2'
1515
runtimeOnly 'org.apache.arrow:arrow-memory-unsafe:14.0.2'

0 commit comments

Comments
 (0)