Skip to content

Commit f251281

Browse files
committed
Update duckdb_jdbc to 0.9.2
1 parent dba59f5 commit f251281

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
@@ -641,7 +641,7 @@ lazy val jdbc =
641641
description := "JDBC connection pool service",
642642
libraryDependencies ++= Seq(
643643
"org.xerial" % "sqlite-jdbc" % SQLITE_JDBC_VERSION,
644-
"org.duckdb" % "duckdb_jdbc" % "0.9.1",
644+
"org.duckdb" % "duckdb_jdbc" % "0.9.2",
645645
"org.postgresql" % "postgresql" % "42.6.0",
646646
"com.zaxxer" % "HikariCP" % "5.1.0",
647647
// For routing slf4j log to airframe-log

0 commit comments

Comments
 (0)