We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd53d3 commit 1b4980bCopy full SHA for 1b4980b
build.gradle
@@ -158,7 +158,7 @@ dependencies {
158
implementation group: 'org.apache.arrow', name: 'arrow-vector', version: '9.0.0'
159
implementation group: 'org.apache.arrow', name: 'arrow-compression', version: '9.0.0'
160
implementation group: 'org.apache.arrow', name: 'arrow-memory-unsafe', version: '9.0.0'
161
- implementation 'io.tiledb:tiledb-java:0.16.0'
+ implementation 'io.tiledb:tiledb-java:0.17.2'
162
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
163
testImplementation 'org.mockito:mockito-core:3.12.4'
164
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
0 commit comments