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 e50cf93 commit 78a7ad0Copy full SHA for 78a7ad0
base/build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
dependencies {
6
api(libs.bundles.javacpp)
7
api("org.apache.commons:commons-csv:1.13.0")
8
- api("org.duckdb:duckdb_jdbc:1.3.0")
+ api("org.duckdb:duckdb_jdbc:1.3.0.0")
9
implementation(libs.bundles.arrow)
10
implementation("com.epam:parso:2.0.14") // SAS7BDAT
11
implementation("org.apache.parquet:parquet-hadoop:1.15.2") { exclude("org.slf4j:slf4j-log4j12") }
0 commit comments