Skip to content

Commit 78a7ad0

Browse files
committed
duckdb 1.3.0.0
1 parent e50cf93 commit 78a7ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
dependencies {
66
api(libs.bundles.javacpp)
77
api("org.apache.commons:commons-csv:1.13.0")
8-
api("org.duckdb:duckdb_jdbc:1.3.0")
8+
api("org.duckdb:duckdb_jdbc:1.3.0.0")
99
implementation(libs.bundles.arrow)
1010
implementation("com.epam:parso:2.0.14") // SAS7BDAT
1111
implementation("org.apache.parquet:parquet-hadoop:1.15.2") { exclude("org.slf4j:slf4j-log4j12") }

0 commit comments

Comments
 (0)