Skip to content

Commit c928359

Browse files
committed
Update duckdb_jdbc to 0.9.1
1 parent 264200a commit c928359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ lazy val jdbc =
636636
description := "JDBC connection pool service",
637637
libraryDependencies ++= Seq(
638638
"org.xerial" % "sqlite-jdbc" % SQLITE_JDBC_VERSION,
639-
"org.duckdb" % "duckdb_jdbc" % "0.9.0",
639+
"org.duckdb" % "duckdb_jdbc" % "0.9.1",
640640
"org.postgresql" % "postgresql" % "42.6.0",
641641
"com.zaxxer" % "HikariCP" % "5.0.1",
642642
// For routing slf4j log to airframe-log

0 commit comments

Comments
 (0)