Skip to content

Commit

Permalink
Merge pull request #164 from kestra-io/fix/downgrade-duckdb
Browse files Browse the repository at this point in the history
fix: downgrade DuckDB driver to 0.8.1
  • Loading branch information
loicmathieu authored Oct 18, 2023
2 parents 7851592 + c01705d commit 582e472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-jdbc-duckdb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jar {
}

dependencies {
implementation("org.duckdb:duckdb_jdbc:0.9.1")
implementation("org.duckdb:duckdb_jdbc:0.8.1")
implementation project(':plugin-jdbc')

testImplementation project(':plugin-jdbc').sourceSets.test.output
Expand Down

0 comments on commit 582e472

Please sign in to comment.