Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/org.apache.arrow-arrow-for…
Browse files Browse the repository at this point in the history
…mat-14.0.1
  • Loading branch information
jimexist authored Dec 19, 2023
2 parents 5938627 + 1b068e5 commit 342c7d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ buildscript {

plugins {
id 'java'
id 'com.diffplug.spotless' version '6.22.0' apply false
id 'com.diffplug.spotless' version '6.23.3' apply false
id 'com.google.osdetector' version "1.7.3" apply false
}
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:13.0.0'
implementation 'org.apache.arrow:arrow-c-data:14.0.1'
runtimeOnly 'org.apache.arrow:arrow-memory-unsafe:14.0.0'
testImplementation 'org.apache.arrow:arrow-compression:14.0.1'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
Expand Down

0 comments on commit 342c7d1

Please sign in to comment.