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 5f831f3 commit 54e3756Copy full SHA for 54e3756
plugins/nf-sqldb/build.gradle
@@ -63,8 +63,8 @@ dependencies {
63
api 'com.h2database:h2:1.4.200'
64
api 'mysql:mysql-connector-java:8.0.33'
65
api 'org.mariadb.jdbc:mariadb-java-client:2.7.0'
66
- api 'org.xerial:sqlite-jdbc:3.47.0.0'
67
api 'org.postgresql:postgresql:42.7.5'
+ api 'org.xerial:sqlite-jdbc:3.49.1.0'
68
api 'org.duckdb:duckdb_jdbc:1.3.0.0'
69
70
// JDBC driver setup for AWS Athena - the 3rd party JAR are being downloaded and setup as gradle tasks below.
0 commit comments