diff --git a/build.gradle.kts b/build.gradle.kts index 0afa578..1e30abf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -45,7 +45,7 @@ dependencies { "integrationTestImplementation"("org.postgresql:postgresql:42.7.13") "integrationTestImplementation"("com.mysql:mysql-connector-j:9.7.0") "integrationTestImplementation"("org.xerial:sqlite-jdbc:3.53.2.0") - "integrationTestImplementation"("org.duckdb:duckdb_jdbc:1.5.5.0") + "integrationTestImplementation"("org.duckdb:duckdb_jdbc:1.5.5.1") } tasks.test {