Skip to content

Commit

Permalink
Update duckdb_jdbc to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial-bot committed Nov 14, 2023
1 parent dba59f5 commit f251281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ lazy val jdbc =
description := "JDBC connection pool service",
libraryDependencies ++= Seq(
"org.xerial" % "sqlite-jdbc" % SQLITE_JDBC_VERSION,
"org.duckdb" % "duckdb_jdbc" % "0.9.1",
"org.duckdb" % "duckdb_jdbc" % "0.9.2",
"org.postgresql" % "postgresql" % "42.6.0",
"com.zaxxer" % "HikariCP" % "5.1.0",
// For routing slf4j log to airframe-log
Expand Down

0 comments on commit f251281

Please sign in to comment.