We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1282521 commit c5dee41Copy full SHA for c5dee41
datafusion-java/build.gradle
@@ -11,7 +11,7 @@ dependencies {
11
api 'org.slf4j:slf4j-api:2.0.16'
12
api 'org.apache.arrow:arrow-format:18.0.0'
13
api 'org.apache.arrow:arrow-vector:18.1.0'
14
- implementation 'org.apache.arrow:arrow-c-data:18.0.0'
+ implementation 'org.apache.arrow:arrow-c-data:18.1.0'
15
runtimeOnly 'org.apache.arrow:arrow-memory-unsafe:18.0.0'
16
testImplementation 'org.apache.arrow:arrow-compression:14.0.2'
17
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
0 commit comments